Skip to content

Commit 4425a1f

Browse files
committedJan 7, 2020
fix(website): make sure to fetch supporters when deploying the website
1 parent 5014025 commit 4425a1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.circleci/website.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ else
1313
git config --global user.name "Website Deployment Script"
1414
echo "machine github.com login docusaurus-bot password $DOCUSAURUS_PUBLISH_TOKEN" > ~/.netrc
1515
# install Docusaurus and generate file of English strings
16-
yarn && cd website && yarn write-translations
16+
yarn && cd website && node fetchSupporters.js && yarn write-translations
1717
# crowdin install
1818
sudo apt-get update
1919
sudo apt-get install default-jre rsync

0 commit comments

Comments
 (0)
Please sign in to comment.