Skip to content

Commit c8b2f06

Browse files
authored
Merge pull request #43 from podium-lib/renovate/peaceiris-actions-gh-pages-4.x
chore(deps): update peaceiris/actions-gh-pages action to v4
2 parents 235683d + e375a8f commit c8b2f06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# Popular action to deploy to GitHub Pages:
2929
# Docs: https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-docusaurus
3030
- name: Deploy to GitHub Pages
31-
uses: peaceiris/actions-gh-pages@v3
31+
uses: peaceiris/actions-gh-pages@v4
3232
with:
3333
github_token: ${{ secrets.GITHUB_TOKEN }}
3434
publish_dir: ./build

0 commit comments

Comments
 (0)