Skip to content

Commit fe8a978

Browse files
Update peaceiris/actions-gh-pages action to v4
1 parent 5d2bb33 commit fe8a978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/frontend-publish-npm-gh.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
npm-token: ${{ secrets.NPM_TOKEN }}
2525
directory: ./lib
2626
- name: Publish Redocly Docs on Github Pages
27-
uses: peaceiris/actions-gh-pages@v3
27+
uses: peaceiris/actions-gh-pages@v4
2828
with:
2929
github_token: ${{ secrets.GITHUB_TOKEN }}
3030
publish_dir: ./web_deploy

0 commit comments

Comments
 (0)