1
0
Fork 0

更新 .gitea/workflows/build.yaml

This commit is contained in:
cxykevin 2024-05-24 21:57:11 +08:00
parent 7f06b26ec3
commit 0a5ad5a53c
1 changed files with 9 additions and 0 deletions

View File

@ -26,6 +26,15 @@ jobs:
apt-get install node -y
- name: Checkout
uses: http://git.hmtsai.cn/actions/checkout@v4
- name: Prepare NPM source
run: |
npm config set registry https://registry.npmmirror.com
- name: npm install
run: |
npm install
- name: Build
run: |
npm run build
# - name: Add permission
# run: chmod +x study-area-action-deps/mdbook-linux-$(uname -m)
# - name: Build mdbook