diff --git a/.gitea/workflows/stable.yml b/.gitea/workflows/stable.yml index edd8c1b..5268ea0 100644 --- a/.gitea/workflows/stable.yml +++ b/.gitea/workflows/stable.yml @@ -9,30 +9,20 @@ jobs: name: Build and Deploy runs-on: ubuntu-latest - # services: - # mermaid: - # image: yuzutech/kroki-mermaid - # kroki: - # image: yuzutech/kroki - # env: - # KROKI_MERMAID_HOST: mermaid - steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 name: Checkout code - name: Setup node and npm - uses: actions/setup-node@v3 + uses: actions/setup-node@v7 with: node-version: lts/* - name: Install dependencies - run: npm install + run: npm ci - name: Check and build run: npm run build - # env: - # KROKI_SERVER: "http://kroki:8000" - name: Copy files via ssh uses: appleboy/scp-action@v1