bzp2010 commented on a change in pull request #451:
URL: https://github.com/apache/apisix-website/pull/451#discussion_r690975053
##########
File path: .github/workflows/deploy.yml
##########
@@ -26,15 +26,20 @@ jobs:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
- node-version: "12"
+ node-version: "14"
- - name: Pull Docs
+ - name: Install Dependencies
run: |
- node sync-docs.js && git status
+ cd scripts && yarn install
+ cd ../website && yarn install
Review comment:
It seems that the effect of `yarn install` is the same as that of
`yarn`, and `yarn install` is more explicit. 🤔
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]