diff --git a/.github/workflows/vuepress-build.yml b/.github/workflows/vuepress-build.yml index 1864c86..e5b993c 100644 --- a/.github/workflows/vuepress-build.yml +++ b/.github/workflows/vuepress-build.yml @@ -90,7 +90,7 @@ jobs: ~/go/bin/muffet --concurrency=10 --skip-tls-verification --exclude "${EXCLUDE_WEB_PAGES}" https://${GITHUB_REPOSITORY%/*}.github.io/${GITHUB_REPOSITORY##*/} - name: Deploy - uses: peaceiris/actions-gh-pages@v2.5.0 + uses: peaceiris/actions-gh-pages@v2.6.0 env: ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }} PUBLISH_BRANCH: gh-pages