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] authored Sep 27, 2024
1 parent 641a566 commit 5474dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- run: mvn clean install
- run: mkdir gh-pages
- run: cp -r target/eo-after/. gh-pages
- uses: JamesIves/github-pages-deploy-action@v4.4.1
- uses: JamesIves/github-pages-deploy-action@v4.6.5
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
Expand Down

0 comments on commit 5474dfc

Please sign in to comment.