From 13e5bf55e7c2187f0dcf6b90fd6c36f35ba7b5ab Mon Sep 17 00:00:00 2001 From: Adrian Sieber Date: Mon, 3 Jun 2024 15:49:41 +0000 Subject: [PATCH] Downgrade actions/deploy-pages to (maybe) fix deployment --- .github/workflows/pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 69c5a71..b17076b 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -62,4 +62,4 @@ jobs: - name: Deploy to GitHub Pages if: runner.os == 'Linux' id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v3