Skip to content

Commit 5435bcf

Browse files
chore(deps): bump JamesIves/github-pages-deploy-action from 3.7.1 to 4.7.2 (#359)
Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 3.7.1 to 4.7.2. - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](JamesIves/github-pages-deploy-action@3.7.1...v4.7.2) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b96625c commit 5435bcf

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,8 @@ jobs:
4848
- name: Build guide
4949
run: mdbook build guide
5050
- name: Publish docs
51-
uses: JamesIves/github-pages-deploy-action@3.7.1
51+
uses: JamesIves/github-pages-deploy-action@v4.7.2
5252
with:
53-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
54-
BRANCH: gh-pages
55-
FOLDER: guide/book
56-
CLEAN: true
53+
branch: gh-pages
54+
folder: guide/book
55+
clean: true

0 commit comments

Comments
 (0)