diff --git a/.github/workflows/vimhelpdeploy.yml b/.github/workflows/vimhelpdeploy.yml index 0787643..847bd0f 100644 --- a/.github/workflows/vimhelpdeploy.yml +++ b/.github/workflows/vimhelpdeploy.yml @@ -20,7 +20,7 @@ jobs: env: FOLDER: build - name: Deploy gh-pages - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./build