diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index afb2db6..e769f90 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -28,7 +28,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v3 with: - version: 8 + version: 9 - name: Install Node.js uses: actions/setup-node@v4 with: @@ -38,7 +38,6 @@ jobs: run: pnpm -r install - name: Build the site run: pnpm -F zorascript-web build - - name: Upload Artifacts if: ${{ github.ref == 'refs/heads/master' }} uses: actions/upload-pages-artifact@v3 |