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