aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/build.yaml
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2024-04-23 16:58:36 -0500
committerMatt Strapp <matt@mattstrapp.net>2024-04-23 16:58:36 -0500
commitcbfe4d18c5cf6967670f6626903897a6b926df18 (patch)
treef485cd3d825df398d596b0606364cff6fc21e84f /.github/workflows/build.yaml
parentLock (diff)
downloadzorascript-cbfe4d18c5cf6967670f6626903897a6b926df18.tar
zorascript-cbfe4d18c5cf6967670f6626903897a6b926df18.tar.gz
zorascript-cbfe4d18c5cf6967670f6626903897a6b926df18.tar.bz2
zorascript-cbfe4d18c5cf6967670f6626903897a6b926df18.tar.lz
zorascript-cbfe4d18c5cf6967670f6626903897a6b926df18.tar.xz
zorascript-cbfe4d18c5cf6967670f6626903897a6b926df18.tar.zst
zorascript-cbfe4d18c5cf6967670f6626903897a6b926df18.zip
call me bread because I am pain
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to '.github/workflows/build.yaml')
-rw-r--r--.github/workflows/build.yaml3
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