Skip to content

Commit

Permalink
Merge pull request #89 from yegor256/renovate/jamesives-github-pages-…
Browse files Browse the repository at this point in the history
…deploy-action-4.x

Update JamesIves/github-pages-deploy-action action to v4.6.0
  • Loading branch information
yegor256 committed Apr 18, 2024
2 parents ad30728 + 925adf1 commit cc29d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/l3build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
sed -i "s/0\.0\.0/$(date +%H.%M.%S)/g" build/gh-pages/bibcop.sty
sed -i "s/0000-00-00/$(date +%Y-%m-%d)/g" build/gh-pages/bibcop.sty
if: github.ref == 'refs/heads/master' && matrix.os == 'ubuntu-22.04'
- uses: JamesIves/github-pages-deploy-action@v4.5.0
- uses: JamesIves/github-pages-deploy-action@v4.6.0
with:
branch: gh-pages
folder: build/gh-pages
Expand Down

0 comments on commit cc29d8a

Please sign in to comment.