Skip to content

Commit 5de4baa

Browse files
dependabot[bot]mrbean-bremen
authored andcommitted
Bump peaceiris/actions-gh-pages from 3 to 4
Bumps [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) from 3 to 4. - [Release notes](https://github.com/peaceiris/actions-gh-pages/releases) - [Changelog](https://github.com/peaceiris/actions-gh-pages/blob/main/CHANGELOG.md) - [Commits](peaceiris/actions-gh-pages@v3...v4) --- updated-dependencies: - dependency-name: peaceiris/actions-gh-pages dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1a5f538 commit 5de4baa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
continue-on-error: true
5959

6060
- name: Deploy main branch
61-
uses: peaceiris/actions-gh-pages@v3
61+
uses: peaceiris/actions-gh-pages@v4
6262
if: github.ref == 'refs/heads/main'
6363
with:
6464
github_token: ${{ secrets.PUBLISH_TOKEN }}
@@ -76,7 +76,7 @@ jobs:
7676
HUGO_ENV: staging
7777

7878
- name: Deploy to PR preview
79-
uses: peaceiris/actions-gh-pages@v3
79+
uses: peaceiris/actions-gh-pages@v4
8080
if: github.ref != 'refs/heads/main'
8181
with:
8282
github_token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/pr-close.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
run: mkdir public
1414

1515
- name: Delete folder
16-
uses: peaceiris/actions-gh-pages@v3
16+
uses: peaceiris/actions-gh-pages@v4
1717
with:
1818
github_token: ${{ secrets.GITHUB_TOKEN }}
1919
publish_dir: ./public

0 commit comments

Comments
 (0)