diff --git a/.github/workflows/update-feed.yaml b/.github/workflows/update-feed.yaml index 4139198..5b70165 100644 --- a/.github/workflows/update-feed.yaml +++ b/.github/workflows/update-feed.yaml @@ -24,7 +24,7 @@ jobs: - name: Build the feed run: npm run build - name: Deploy to GitHub Pages - uses: peaceiris/actions-gh-pages@v4 + uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./public