diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index daa072f..2a3a92f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -51,7 +51,7 @@ jobs: run: cp ../docs/index.html dist/index.html - name: Deploy - uses: peaceiris/actions-gh-pages@v3.8.0 + uses: peaceiris/actions-gh-pages@v3.9.1 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./homepage/dist