diff --git a/.github/workflows/demo.yml b/.github/workflows/demo.yml index 9c17f9af..0150a8e9 100644 --- a/.github/workflows/demo.yml +++ b/.github/workflows/demo.yml @@ -34,7 +34,7 @@ jobs: VITE_WEATHER_API_KEY: ${{ secrets.WEATHER_API_KEY }} - name: Deploy to GitHub Pages 🚀 - uses: peaceiris/actions-gh-pages@v3.9.2 + uses: peaceiris/actions-gh-pages@v3.9.3 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./example/dist