Skip to content

Commit

Permalink
Merge pull request #155 from abuango/main
Browse files Browse the repository at this point in the history
Fix missing netlify build command
  • Loading branch information
quaid authored May 10, 2023
2 parents 6d00c1b + 1888a04 commit 31ef3ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build]
publish = "public"
command = " hugo && chmod +x generateDocFormats.sh && ./generateDocFormats.sh public/word-lists"
command = " wget https://github.com/jgm/pandoc/releases/download/3.1.2/pandoc-3.1.2-linux-amd64.tar.gz && tar xvzf pandoc-3.1.2-linux-amd64.tar.gz --strip-components 1 && hugo && chmod +x generateDocFormats.sh && ls -al && ./generateDocFormats.sh public/word-lists"

[build.environment]
HUGO_VERSION = "0.111.3"
Expand All @@ -9,4 +9,4 @@ HUGO_VERSION = "0.111.3"
command = "wget https://github.com/jgm/pandoc/releases/download/3.1.2/pandoc-3.1.2-linux-amd64.tar.gz && tar xvzf pandoc-3.1.2-linux-amd64.tar.gz --strip-components 1 && hugo && chmod +x generateDocFormats.sh && ls -al && ./generateDocFormats.sh public/word-lists"

[context.branch-deploy]
command = "hugo && chmod +x generateDocFormats.sh && ./generateDocFormats.sh public/word-lists"
command = "wget https://github.com/jgm/pandoc/releases/download/3.1.2/pandoc-3.1.2-linux-amd64.tar.gz && tar xvzf pandoc-3.1.2-linux-amd64.tar.gz --strip-components 1 && hugo && chmod +x generateDocFormats.sh && ls -al && ./generateDocFormats.sh public/word-lists"

0 comments on commit 31ef3ea

Please sign in to comment.