Skip to content

Commit

Permalink
Update JamesIves/github-pages-deploy-action action to v4.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 27, 2024
1 parent 114c03f commit 2d041e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fief.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
--to html
- run: mkdir gh-pages
- run: cp html/index.html gh-pages/fief.html
- uses: JamesIves/github-pages-deploy-action@v4.5.0
- uses: JamesIves/github-pages-deploy-action@v4.6.5
with:
branch: gh-pages
folder: gh-pages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- run: touch data/objectionary.lst
- run: find objects -name '*.eo' > data/objectionary.lst
- run: find tests -name '*.eo' >> data/objectionary.lst
- uses: JamesIves/github-pages-deploy-action@v4.5.0
- uses: JamesIves/github-pages-deploy-action@v4.6.5
with:
branch: gh-pages
folder: data
Expand Down

0 comments on commit 2d041e6

Please sign in to comment.