Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
Signed-off-by: 北雁 Cryolitia <[email protected]>
  • Loading branch information
Cryolitia committed Oct 24, 2023
1 parent f2bdfb5 commit bd9b941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
hugo-version: latest
extended: true
- run: npm ci
- run: npx prettier --check .
- run: npx prettier --check . --log-level debug
- run: npx markdownlint-cli "**/*.md"
- run: hugo --minify
- run: npx wrangler pages deploy public --project-name ftmwiki --branch main
Expand Down

0 comments on commit bd9b941

Please sign in to comment.