diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 310fddd..5eebbea 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -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