We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4cbca1 commit be2a76cCopy full SHA for be2a76c
.github/workflows/documentation.yml
@@ -33,6 +33,6 @@ jobs:
33
npm run docs
34
- name: Release to GitHub Pages
35
uses: peaceiris/actions-gh-pages@v3
36
- env:
+ with:
37
github_token: ${{ secrets.GH_AUTH_TOKEN }}
38
publish_dir: dist/docs
0 commit comments