Update website-publish.yml

This commit is contained in:
Kasra Bigdeli
2020-06-19 12:14:43 -04:00
committed by GitHub
parent 08c6d55fbf
commit 801962da83
+1 -1
View File
@@ -12,6 +12,6 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 10
- run: cd website && ls -la && yarn && npm run clean-build && ./publish-from-actions.sh
- run: cd website && ls -la && npm i && npm run clean-build && ./publish-from-actions.sh
env:
GITHUB_PERSONAL_TOKEN: ${{secrets.GITHUB_PERSONAL_TOKEN}}