summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-05-01 06:12:37 +0000
committerGitHub <noreply@github.com>2024-05-01 06:12:37 +0000
commit51c03abdccef7b34645b60689ee353fd5a607671 (patch)
tree75d57ce298c63046abbb06bceb4c92c8cc918a4a
parent54a98459fdee9f14d46ea1694806ac92515a3783 (diff)
Bump JamesIves/github-pages-deploy-action from 4.4.3 to 4.6.0dependabot/github_actions/JamesIves/github-pages-deploy-action-4.6.0
Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.4.3 to 4.6.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.6.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..11f1cc4 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.6.0
if: ${{ github.event_name == 'push' && github.ref_name == 'master' }}
with:
branch: gh-pages