We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3127bc commit 20819c3Copy full SHA for 20819c3
.github/workflows/gh-pages.yml
@@ -21,7 +21,7 @@ jobs:
21
uses: actions/setup-node@v1
22
with:
23
node-version: '14.x'
24
- - run: npm ci --ignore-scripts
+ - run: npm ci
25
- run: npm run build
26
- name: Deploy
27
uses: peaceiris/actions-gh-pages@v3
0 commit comments