summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2023-08-15 07:45:28 +0000
committerGitHub <noreply@github.com>2023-08-15 07:45:28 +0000
commit60b8aa53ae5a2b3721709f9be2df294e921dda12 (patch)
tree0c68cc5534e4bbf74ae1253160218996d30be6f4
parente0ab72a2c71d628f4692f0b6e9538352cc3b9cdd (diff)
parentbef456d1a8517214ab24c6fa2cf097a0f7080d92 (diff)
Merge #246
246: Bump JamesIves/github-pages-deploy-action from 4.4.2 to 4.4.3 r=matthiasbeyer a=dependabot[bot] Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.4.2 to 4.4.3. Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.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