Skip to content

Commit d41abbf

Browse files
authored
Merge pull request #2946 from fermga/dependabot/github_actions/peaceiris/actions-gh-pages-4
ci(deps): bump peaceiris/actions-gh-pages from 3 to 4
2 parents 29509e1 + 53b9c3e commit d41abbf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
mkdocs build --clean
5151
5252
- name: Deploy to GitHub Pages
53-
uses: peaceiris/actions-gh-pages@v3
53+
uses: peaceiris/actions-gh-pages@v4
5454
with:
5555
github_token: ${{ secrets.GITHUB_TOKEN }}
5656
publish_dir: ./site

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
4545
- name: Deploy to GitHub Pages
4646
if: github.ref == 'refs/heads/main'
47-
uses: peaceiris/actions-gh-pages@v3
47+
uses: peaceiris/actions-gh-pages@v4
4848
with:
4949
github_token: ${{ secrets.GITHUB_TOKEN }}
5050
publish_dir: ./site

0 commit comments

Comments
 (0)