Skip to content

Commit 1487e18

Browse files
authored
Merge pull request #62 from osiux/fix/gh-pages
fix: gh-pages publish
2 parents c0d41a1 + 2142eaf commit 1487e18

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
run: npm ci
2222
- name: Build
2323
run: npm run build
24+
- name: Build Docs
25+
run: cd ./usage && npm ci && npm run build
2426
- name: Publish docs
2527
uses: peaceiris/actions-gh-pages@v3
2628
if: ${{ github.ref == 'refs/heads/master' }}

0 commit comments

Comments
 (0)