summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-12-01 10:12:58 +0000
committerGitHub <noreply@github.com>2023-12-01 10:12:58 +0000
commit0e2e985086788836f22eb43abff5c3d1e12188c5 (patch)
treeddefee5600e7d87f78f0743ccacbcc15e94c26dc
parentdc219f755d63306ed0b02502925753c2411825c3 (diff)
chore(deps): bump JamesIves/github-pages-deploy-actiondependabot/github_actions/JamesIves/github-pages-deploy-action-4.5.0
Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.4.3 to 4.5.0. - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](https://github.com/jamesives/github-pages-deploy-action/compare/v4.4.3...v4.5.0) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--.github/workflows/docs.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index 270c3e8..09e50be 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -36,7 +36,7 @@ jobs:
- name: Build book
run: ./scripts/build-book
- name: Push docs
- uses: JamesIves/github-pages-deploy-action@v4.4.3
+ uses: JamesIves/github-pages-deploy-action@v4.5.0
with:
branch: gh-pages
folder: book/book