From 33aa93abc07d51e53fd539694e77d723ed0eb0ae Mon Sep 17 00:00:00 2001 From: Thilo Molitor Date: Mon, 15 Apr 2024 22:49:13 +0200 Subject: [PATCH] Bump peaceiris/actions-gh-pages to v4 --- .github/workflows/publishGithubPages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publishGithubPages.yml b/.github/workflows/publishGithubPages.yml index b8be90a..8f9f1f3 100644 --- a/.github/workflows/publishGithubPages.yml +++ b/.github/workflows/publishGithubPages.yml @@ -31,7 +31,7 @@ jobs: run: hugo --minify --gc --baseURL https://monal-im.github.io/monal-im.org/ - name: Deploy to Github Pages - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 if: github.ref == 'refs/heads/staging' with: github_token: ${{ secrets.GITHUB_TOKEN }}