Skip to content

Commit

Permalink
Revert "fix: pin version of github-pages-deploy-action"
Browse files Browse the repository at this point in the history
This reverts commit ef8bdd4.
  • Loading branch information
andylolz committed Sep 29, 2024
1 parent ef8bdd4 commit 32f97c2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/fetch_notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/fetch_ratings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/fetch_tweets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 32f97c2

Please sign in to comment.