Skip to content

Commit a21a1e1

Browse files
committed
fix gh pages publish
1 parent 2142eaf commit a21a1e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Build
2323
run: npm run build
2424
- name: Build Docs
25-
run: cd ./usage && npm ci && npm run build
25+
run: cd ./usage && npm install && npm run build
2626
- name: Publish docs
2727
uses: peaceiris/actions-gh-pages@v3
2828
if: ${{ github.ref == 'refs/heads/master' }}

0 commit comments

Comments
 (0)