Skip to content

Commit 5603c16

Browse files
committed
fix: add lockfile support and stabilize GitHub Pages workflow
1 parent 26e1e14 commit 5603c16

3 files changed

Lines changed: 3789 additions & 2 deletions

File tree

.github/workflows/deploy-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/configure-pages@v5
3333

3434
- name: Install dependencies
35-
run: npm install
35+
run: npm ci
3636

3737
- name: Build site
3838
run: npm run build

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
node_modules/
2-
package-lock.json
32
.env
43
.DS_Store
54
*.log

0 commit comments

Comments
 (0)