Skip to content

Commit 74a9840

Browse files
chore(deps): update peaceiris/actions-gh-pages action to v4
1 parent 839c76b commit 74a9840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish-docs/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ runs:
1111
node setup-typedoc.js
1212
npx typedoc --options typedoc.json
1313
- name: Deploy
14-
uses: peaceiris/actions-gh-pages@v3
14+
uses: peaceiris/actions-gh-pages@v4
1515
with:
1616
github_token: ${{ env.GITHUB_TOKEN }}
1717
publish_dir: ./docs

0 commit comments

Comments
 (0)