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 839c76b commit 74a9840Copy full SHA for 74a9840
publish-docs/action.yaml
@@ -11,7 +11,7 @@ runs:
11
node setup-typedoc.js
12
npx typedoc --options typedoc.json
13
- name: Deploy
14
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
15
with:
16
github_token: ${{ env.GITHUB_TOKEN }}
17
publish_dir: ./docs
0 commit comments