1
0
Fork 0

更新 .gitea/workflows/build.yaml

This commit is contained in:
cxykevin 2024-05-24 22:32:26 +08:00
parent 8e1a58238e
commit b73f74a517
1 changed files with 10 additions and 10 deletions

View File

@ -28,22 +28,22 @@ jobs:
git clone https://git.hmtsai.cn/cxykevin/study-area-home-action-deps
mv study-area-home-action-deps/node-$(uname -m).tar.xz study-area-home-action-deps/node.tar.xz
tar xvJf study-area-home-action-deps/node.tar.xz
mv node-* node
mv node-*-linux-$(uname -m) node
export PATH=$(pwd)/node/bin:$PATH
- name: Check node
run: |
ls study-area-home-action-deps
echo "------------"
ls .
# - 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: 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