Skip to content
This repository was archived by the owner on Jun 2, 2022. It is now read-only.

Commit ffbcc21

Browse files
Bump peaceiris/actions-gh-pages from 3.6.4 to 3.8.0
Bumps [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) from 3.6.4 to 3.8.0. - [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.6.4...v3.8.0) Signed-off-by: dependabot[bot] <support@github.com>
1 parent fd8f277 commit ffbcc21

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
run: mkdocs build
7070

7171
- name: Deploy
72-
uses: peaceiris/actions-gh-pages@v3.6.4
72+
uses: peaceiris/actions-gh-pages@v3.8.0
7373
env:
7474
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
7575
PUBLISH_BRANCH: gh-pages

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
run: mkdocs build
6060

6161
- name: Deploy
62-
uses: peaceiris/actions-gh-pages@v3.6.4
62+
uses: peaceiris/actions-gh-pages@v3.8.0
6363
with:
6464
github_token: ${{ secrets.GITHUB_TOKEN }}
6565
publish_dir: ./site

0 commit comments

Comments
 (0)