From d12c2f98d75ce63ddb4c62bbdc9af80055c626fb Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 22 Mar 2020 14:27:52 +0200 Subject: [PATCH] CI: switch to `peaceiris/actions-gh-pages@v3` Signed-off-by: XhmikosR --- .github/workflows/ci.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 10e8b66..66bee6f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,11 +85,10 @@ jobs: echo "web.pi-hole.net" > build/CNAME - name: Deploy - uses: peaceiris/actions-gh-pages@v2 + uses: peaceiris/actions-gh-pages@v3 if: success() - env: - PERSONAL_TOKEN: ${{ secrets.PERSONAL_TOKEN }} - PUBLISH_BRANCH: gh-pages - PUBLISH_DIR: ./build/ with: emptyCommits: false + personal_token: ${{ secrets.PERSONAL_TOKEN }} + publish_branch: gh-pages + publish_dir: ./build/