diff --git a/.github/workflows/Publishghpages.yml b/.github/workflows/Publishghpages.yml index 858a6d1..b8172c4 100644 --- a/.github/workflows/Publishghpages.yml +++ b/.github/workflows/Publishghpages.yml @@ -18,7 +18,7 @@ jobs: - run: yarn build - run: yarn test - 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: ./temp diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9d51f36..43147b7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,7 +46,7 @@ jobs: - run: yarn build - run: yarn test - 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: ./temp