Skip to content

Commit

Permalink
Disable foolish MD036 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryolitia authored Oct 24, 2023
1 parent dcfa21f commit 53dec03
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 @@ -28,7 +28,7 @@ jobs:
run: |
npx prettier --write .
git diff
- run: npx markdownlint-cli "**/*.md"
- run: npx markdownlint-cli "**/*.md" --disable MD036
- run: hugo --minify
- run: npx wrangler pages deploy public --project-name ftmwiki --branch main
if: github.ref == 'refs/heads/main'
Expand Down

0 comments on commit 53dec03

Please sign in to comment.