From 817925df3cfc208a72a449767179abc3f46a886e Mon Sep 17 00:00:00 2001 From: Hagen Wierstorf Date: Wed, 15 May 2024 12:11:40 +0200 Subject: [PATCH] CI: update publish actions to use Node.js 20 (#428) --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 64f0b239..059562c5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -59,7 +59,7 @@ jobs: python -m sphinx docs/ docs/_build/ -b html - name: Deploy documentation to Github pages - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./docs/_build