diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6f486798..74033e46 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -61,7 +61,7 @@ jobs: run: cp -r output/* gh-pages - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@v4.6.4 + uses: JamesIves/github-pages-deploy-action@v4 with: folder: gh-pages single-commit: true diff --git a/.github/workflows/fetch_notes.yml b/.github/workflows/fetch_notes.yml index 1ec514b1..b76b20c7 100644 --- a/.github/workflows/fetch_notes.yml +++ b/.github/workflows/fetch_notes.yml @@ -44,7 +44,7 @@ jobs: run: poetry run python -m x_notes - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@v4.6.4 + uses: JamesIves/github-pages-deploy-action@v4 with: folder: output single-commit: true diff --git a/.github/workflows/fetch_ratings.yml b/.github/workflows/fetch_ratings.yml index 4e490782..821cefaa 100644 --- a/.github/workflows/fetch_ratings.yml +++ b/.github/workflows/fetch_ratings.yml @@ -44,7 +44,7 @@ jobs: run: poetry run python -m x_notes.ratings - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@v4.6.4 + uses: JamesIves/github-pages-deploy-action@v4 with: folder: output single-commit: true diff --git a/.github/workflows/fetch_tweets.yml b/.github/workflows/fetch_tweets.yml index 0ffa2156..d1a5af22 100644 --- a/.github/workflows/fetch_tweets.yml +++ b/.github/workflows/fetch_tweets.yml @@ -53,7 +53,7 @@ jobs: GH_REPO: ${{ github.repository }} - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@v4.6.4 + uses: JamesIves/github-pages-deploy-action@v4 with: folder: output single-commit: true