summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-12-01 06:51:19 +0000
committerGitHub <noreply@github.com>2023-12-01 06:51:19 +0000
commite802f5eae448c19b68935e27c6b1249744534224 (patch)
tree8fd782486f9e6a52f02eb20b49b9f446e5ff5290
parent54a98459fdee9f14d46ea1694806ac92515a3783 (diff)
Bump JamesIves/github-pages-deploy-action from 4.4.3 to 4.5.0dependabot/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/website.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml
index b20d9d6..7c36f5d 100644
--- a/.github/workflows/website.yml
+++ b/.github/workflows/website.yml
@@ -26,7 +26,7 @@ jobs:
- run: nix --extra-experimental-features "nix-command flakes" build .#description_website_gh_pages
- run: cp -LR result/* output/description_viewer
- run: tree output
- - uses: JamesIves/github-pages-deploy-action@v4.4.3
+ - uses: JamesIves/github-pages-deploy-action@v4.5.0
if: ${{ github.event_name == 'push' && github.ref_name == 'master' }}
with:
branch: gh-pages