Skip to content

Commit

Permalink
Merge pull request #91 from apollographql/avery/fix-netlify
Browse files Browse the repository at this point in the history
fix(docs): always run netlify build
  • Loading branch information
EverlastingBugstopper authored Nov 19, 2020
2 parents 980d2ff + 8f09820 commit 7ae4d9d
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,4 +1,4 @@
[build]
base = "docs/"
publish = "public/"
command = "gatsby build --prefix-paths && mkdir -p docs/apollo-cli && mv public/* docs/apollo-cli && mv docs public/ && mv public/docs/apollo-cli/_redirects public"
command = "gatsby build --prefix-paths && mkdir -p docs/rover && mv public/* docs/rover && mv docs public/ && mv public/docs/rover/_redirects public"

0 comments on commit 7ae4d9d

Please sign in to comment.