From 1d7cf1b2610fa9b6f6143e5404a39e669583195c Mon Sep 17 00:00:00 2001 From: Nicola Demo Date: Mon, 8 Jun 2020 10:28:24 +0200 Subject: [PATCH] Action version --- .github/workflows/sphinx-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sphinx-build.yml b/.github/workflows/sphinx-build.yml index 782fdcd6..c3693265 100644 --- a/.github/workflows/sphinx-build.yml +++ b/.github/workflows/sphinx-build.yml @@ -18,7 +18,7 @@ jobs: docs-folder: "docs/" - name: Deploy - uses: peaceiris/actions-gh-pages@v2 + uses: peaceiris/actions-gh-pages@v3 with: #github_token: ${{ secrets.GITHUB_TOKEN }} deploy_key: ${{ secrets.DEPLOY_PRIVATE_KEY }}