Disable Crowdin on Netlify PR Previews (#2130)

This commit is contained in:
Jonah Aragon 2023-04-14 16:32:42 -05:00
parent 18f76a9068
commit fe0f0d1ce3
Signed by: jonah
SSH Key Fingerprint: SHA256:oJSBSFgpWl4g+IwjL96Ya8ocGfI7r6VKnQw+257pZZ0
2 changed files with 4 additions and 0 deletions

1
Brewfile.preview.netlify Normal file
View File

@ -0,0 +1 @@
brew "pngquant"

View File

@ -22,6 +22,9 @@
publish = "site/"
command = "crowdin download && mkdocs build --config-file config/mkdocs.en.yml && mkdocs build --config-file config/mkdocs.es.yml && mkdocs build --config-file config/mkdocs.he.yml && mkdocs build --config-file config/mkdocs.fr.yml && mkdocs build --config-file config/mkdocs.nl.yml && mv _redirects site/"
[context.deploy-preview]
command = "mkdocs build --config-file config/mkdocs.en.yml && mv _redirects site/"
[[headers]]
for = "/*"
[headers.values]