Skip to content

Commit b76fdf9

Browse files
chore(devdeps): update jamesives/github-pages-deploy-action action to v4.8.0
1 parent eedcca7 commit b76fdf9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/publish-beta/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ runs:
1717
run: pnpm generate-docs
1818

1919
- name: Publish api docs [beta]
20-
uses: JamesIves/github-pages-deploy-action@v4.7.4
20+
uses: JamesIves/github-pages-deploy-action@v4.8.0
2121
with:
2222
folder: docs
2323
commit-message: 'chore: release-api-docs-beta'

.github/actions/publish-release/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ runs:
3939
run: pnpm generate-docs
4040

4141
- name: Publish api docs
42-
uses: JamesIves/github-pages-deploy-action@v4.7.4
42+
uses: JamesIves/github-pages-deploy-action@v4.8.0
4343
with:
4444
folder: docs
4545
commit-message: 'chore: release-api-docs'

0 commit comments

Comments
 (0)