From f7a283fbc93679acb8acc498f59357747f4c635f Mon Sep 17 00:00:00 2001 From: Diana Date: Fri, 16 Jan 2026 18:50:01 -0800 Subject: [PATCH] Revert "build updates" --- .github/workflows/static.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index ce2b730..1db6783 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -1,8 +1,7 @@ name: Deploy SvelteKit to GitHub Pages on: - push: - branches: [main] + workflow_dispatch: # allows manual trigger permissions: contents: read @@ -22,10 +21,9 @@ jobs: - uses: actions/setup-node@v4 with: node-version-file: .nvmrc - cache: npm # cache node_modules for faster builds - name: Install dependencies - run: npm ci + run: npm i # Build the SvelteKit project - name: Build project