diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 67a0739..a3e8979 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -9,9 +9,9 @@ jobs: build: runs-on: hugo-latest steps: - - uses: actions/checkout@v4 - name: Grab packages - run: apk add rsync + run: apk add rsync node + - uses: actions/checkout@v4 - name: Run build task run: hugo --minify --logLevel info - name: Test static page