fix: 修复文档action脚本问题

This commit is contained in:
harrywan 2022-05-25 10:49:14 +08:00 committed by GitHub
parent 889daa59a4
commit 2f4bda410e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v2.3.1
- name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built.
run: cd packages/fes-doc & yarn && yarn build
run: cd packages/fes-doc && yarn && yarn build
- name: Deploy
uses: easingthemes/ssh-deploy@main