Skip to content

Commit

Permalink
ci(docs): Fix Netlify build ignore check
Browse files Browse the repository at this point in the history
  • Loading branch information
Pwuts committed Mar 20, 2024
1 parent e201f57 commit 03ffb50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
[build]
publish = "public/"
command = "mkdocs build -d public"
ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF docs mkdocs.yml CONTRIBUTING.md CODE_OF_CONDUCT.md LICENSE"
ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF . ../CONTRIBUTING.md ../CODE_OF_CONDUCT.md"

0 comments on commit 03ffb50

Please sign in to comment.