Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-04-16 19:00:55 +1000
committerGitHub <noreply@github.com>2024-04-16 19:00:55 +1000
commit3f4fbed7b7988140d7b8c346893e8b1d86d90db2 (patch)
tree2e0ba629fdcd1cc99d1446b1c4b581653335c7e6
parentb470b16ec923260cfd9c5b9f2b88e0a39611b463 (diff)
chore(deps): update peaceiris/actions-gh-pages action to v4 (#2451)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-rw-r--r--.github/workflows/github-pages.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml
index 6246e214..65255fd6 100644
--- a/.github/workflows/github-pages.yml
+++ b/.github/workflows/github-pages.yml
@@ -30,7 +30,7 @@ jobs:
run: |
sphinx-build docs _build
- name: Deploy to GitHub Pages
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
# if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
with:
publish_branch: gh-pages