mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-24 23:15:46 -05:00
Update deploy.yml
This commit is contained in:
parent
422b80f6f7
commit
6e050b4a8e
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
||||
fetch-depth: 0 # Fetch all history for git info
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18
|
||||
node-version: 18.14
|
||||
- name: Install Dependencies
|
||||
run: npm ci
|
||||
- name: Build Quartz
|
||||
@ -43,4 +43,4 @@ jobs:
|
||||
steps:
|
||||
- name: Deploy to GitHub Pages
|
||||
id: deployment
|
||||
uses: actions/deploy-pages@v2
|
||||
uses: actions/deploy-pages@v2
|
||||
|
||||
Loading…
Reference in New Issue
Block a user