index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-04-16 19:00:55 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-16 19:00:55 +1000 |
commit | 3f4fbed7b7988140d7b8c346893e8b1d86d90db2 (patch) | |
tree | 2e0ba629fdcd1cc99d1446b1c4b581653335c7e6 /.github | |
parent | b470b16ec923260cfd9c5b9f2b88e0a39611b463 (diff) |
-rw-r--r-- | .github/workflows/github-pages.yml | 2 |
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 |