Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
line 30      run: npx quartz build  to  run: npx quartz update, after upgrade to newest version, change back.
NoZTurn authored Oct 3, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 0760794 commit 04273f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ jobs:
- name: Install Dependencies
run: npm ci
- name: Build Quartz
run: npx quartz build
run: npx quartz update
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:

0 comments on commit 04273f6

Please sign in to comment.