Skip to content

Commit 002eda5

Browse files
chore(deps): bump peaceiris/actions-gh-pages from 3.9.0 to 3.9.1 (#1814)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7fb0d2d commit 002eda5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/reusable_publish_docs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
poetry run mike set-default --push latest
6666
6767
- name: Release API docs
68-
uses: peaceiris/actions-gh-pages@de7ea6f8efb354206b205ef54722213d99067935 # v3.9.0
68+
uses: peaceiris/actions-gh-pages@64b46b4226a4a12da2239ba3ea5aa73e3163c75b # v3.9.1
6969
env:
7070
VERSION: ${{ inputs.version }}
7171
with:
@@ -75,7 +75,7 @@ jobs:
7575
destination_dir: ${{ env.VERSION }}/api
7676
- name: Release API docs to latest
7777
if: ${{ inputs.alias == 'latest' }}
78-
uses: peaceiris/actions-gh-pages@de7ea6f8efb354206b205ef54722213d99067935 # v3.9.0
78+
uses: peaceiris/actions-gh-pages@64b46b4226a4a12da2239ba3ea5aa73e3163c75b # v3.9.1
7979
with:
8080
github_token: ${{ secrets.GITHUB_TOKEN }}
8181
publish_dir: ./api

0 commit comments

Comments
 (0)