Skip to content

Commit 1478e19

Browse files
authored
Merge pull request #33 from Local-Connectivity-Lab/revert-32-build-updates
Revert "build updates"
2 parents b7b2a7d + f7a283f commit 1478e19

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/static.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: Deploy SvelteKit to GitHub Pages
22

33
on:
4-
push:
5-
branches: [main]
4+
workflow_dispatch: # allows manual trigger
65

76
permissions:
87
contents: read
@@ -22,10 +21,9 @@ jobs:
2221
- uses: actions/setup-node@v4
2322
with:
2423
node-version-file: .nvmrc
25-
cache: npm # cache node_modules for faster builds
2624

2725
- name: Install dependencies
28-
run: npm ci
26+
run: npm i
2927

3028
# Build the SvelteKit project
3129
- name: Build project

0 commit comments

Comments
 (0)