Skip to content

Commit

Permalink
Fix Netlify preview builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Pwuts authored and dayofthedave committed Jul 17, 2023
1 parent 931a56d commit db548e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 HEAD^ HEAD docs mkdocs.yml CONTRIBUTING.md CODE_OF_CONDUCT.md LICENSE"
ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF docs mkdocs.yml CONTRIBUTING.md CODE_OF_CONDUCT.md LICENSE"

0 comments on commit db548e9

Please sign in to comment.