From 34b9ff704f070852923ff052ca75e92c88c27999 Mon Sep 17 00:00:00 2001 From: "N.A. Ferrell" <77352335+nafnlj@users.noreply.github.com> Date: Thu, 15 Feb 2024 02:31:00 +0000 Subject: [PATCH] Update update-feed.yaml --- .github/workflows/update-feed.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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