Baoyuantop commented on a change in pull request #451:
URL: https://github.com/apache/apisix-website/pull/451#discussion_r690964892



##########
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:
       ```suggestion
             cd scripts && yarn
             cd ../website && yarn
   ```




-- 
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]


Reply via email to