diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 216ef96..77d871a 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -114,7 +114,7 @@ jobs: # remote_path: / # clean: true - name: Deploy docs to Github pages... - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./docs/.vitepress/dist