From 295153e702af06a476659a76c3c525da4d9fd33e Mon Sep 17 00:00:00 2001 From: Janis Date: Sat, 7 Oct 2023 15:32:27 +0200 Subject: [PATCH] newer gh-pages actions version --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index de50d6a..0cfd514 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -25,7 +25,7 @@ jobs: run: npm run build - name: Deploy to GitHub Pages - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v3.9.3 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./dist