Skip to content

Commit

Permalink
fix: pin version of github-pages-deploy-action
Browse files Browse the repository at this point in the history
  • Loading branch information
andylolz committed Sep 28, 2024
1 parent c1c184d commit ef8bdd4
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
uses: JamesIves/github-pages-deploy-action@v4.6.4
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
uses: JamesIves/github-pages-deploy-action@v4.6.4
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
uses: JamesIves/github-pages-deploy-action@v4.6.4
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
uses: JamesIves/github-pages-deploy-action@v4.6.4
with:
folder: output
single-commit: true

0 comments on commit ef8bdd4

Please sign in to comment.