Skip to content

Commit

Permalink
Update netlify.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
movanet authored Jun 24, 2023
1 parent 211eda5 commit 4a8e724
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
@@ -1,5 +1,5 @@
[build]
command = "rm -rf __obsidian __site && mkdir __obsidian && mv * __obsidian || true && git clone https://github.com/ppeetteerrs/obsidian-zola.git __site && __site/run.sh"
command = "rm -rf __obsidian __site && mkdir __obsidian && find . -maxdepth 1 ! -name '__obsidian' -exec mv {} __obsidian/ \\; && git clone https://github.com/ppeetteerrs/obsidian-zola.git __site && __site/run.sh"
publish = "public"

[build.environment]
Expand Down

0 comments on commit 4a8e724

Please sign in to comment.