Skip to content

Commit 20819c3

Browse files
committed
Fix gh-pages build
1 parent e3127bc commit 20819c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/setup-node@v1
2222
with:
2323
node-version: '14.x'
24-
- run: npm ci --ignore-scripts
24+
- run: npm ci
2525
- run: npm run build
2626
- name: Deploy
2727
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)