We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0d41a1 commit 2142eafCopy full SHA for 2142eaf
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