Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
line 48     run: npx quartz build --bundleInfo  to  run: npx quartz update --bundleInfo, after upgrade to newest version, change back.
  • Loading branch information
NoZTurn authored Oct 3, 2024
1 parent 80f2436 commit fc17dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: npm test

- name: Ensure Quartz builds, check bundle info
run: npx quartz update --bundleInfo
run: npx quartz build --bundleInfo

publish-tag:
if: ${{ github.repository == 'jackyzha0/quartz' && github.ref == 'refs/heads/v4' }}
Expand Down

0 comments on commit fc17dce

Please sign in to comment.