Skip to content

Commit

Permalink
remove: node_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Apr 12, 2019
1 parent 5566bf2 commit d0c7efa
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,6 +1,6 @@
[build]
publish = "hugoDocs/public"
command = "rm -rf ./hugoDocs && mkdir .ja && mv * .ja/ && git clone --depth=1 -b japanese https://github.com/hugojapan/hugoDocs.git && cd hugoDocs && rm -rf ./content/ja && mv ../.ja ./content/ja && hugo --gc --minify --baseURL 'https://hugodocsja.netlify.com/' && echo -e 'User-agent: *\nDisallow: /' > ./public/robots.txt"
command = "rm -rf ./hugoDocs ./node_modules && mkdir .ja && mv * .ja/ && git clone --depth=1 -b japanese https://github.com/hugojapan/hugoDocs.git && cd hugoDocs && rm -rf ./content/ja && mv ../.ja ./content/ja && hugo --gc --minify --baseURL 'https://hugodocsja.netlify.com/' && echo -e 'User-agent: *\nDisallow: /' > ./public/robots.txt"

[build.environment]
HUGO_VERSION = "0.55.1"
Expand Down

0 comments on commit d0c7efa

Please sign in to comment.