summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-08-15 07:07:54 +0000
committerGitHub <noreply@github.com>2023-08-15 07:07:54 +0000
commitbef456d1a8517214ab24c6fa2cf097a0f7080d92 (patch)
tree0c68cc5534e4bbf74ae1253160218996d30be6f4
parente0ab72a2c71d628f4692f0b6e9538352cc3b9cdd (diff)
Bump JamesIves/github-pages-deploy-action from 4.4.2 to 4.4.3
Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.4.2 to 4.4.3. - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](https://github.com/jamesives/github-pages-deploy-action/compare/v4.4.2...v4.4.3) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-type: direct:production update-type: version-update:semver-patch ... 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 8dccd17..4ece85e 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.2
+ - uses: JamesIves/github-pages-deploy-action@v4.4.3
if: ${{ github.event_name == 'push' && github.ref_name == 'master' }}
with:
branch: gh-pages