We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2142eaf commit a21a1e1Copy full SHA for a21a1e1
1 file changed
.github/workflows/gh-pages.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Build
23
run: npm run build
24
- name: Build Docs
25
- run: cd ./usage && npm ci && npm run build
+ run: cd ./usage && npm install && npm run build
26
- name: Publish docs
27
uses: peaceiris/actions-gh-pages@v3
28
if: ${{ github.ref == 'refs/heads/master' }}
0 commit comments