Skip to content

Commit

Permalink
Merge pull request #7950 from apollographql/eh/docs/rm-netlify-deploy
Browse files Browse the repository at this point in the history
docs: remove monodocs deploy preview
  • Loading branch information
Meschreiber authored Oct 25, 2024
2 parents be93b66 + 9badb96 commit 597f6e1
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,3 @@

[build.environment]
NODE_VERSION = "16"

[context.deploy-preview.build]
base = "docs"
ignore = "exit 1"
command = """\
cd ../
rm -rf monodocs
git clone https://github.com/apollographql/docs --branch main --single-branch monodocs
cd monodocs
npm i
cp -r ../docs local
DOCS_LOCAL=true npm run build \
"""
publish = "../monodocs/public"

0 comments on commit 597f6e1

Please sign in to comment.