Skip to content

Commit

Permalink
Merge pull request #126 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.9
  • Loading branch information
yegor256 authored Nov 12, 2024
2 parents 2c930aa + 01c886c commit 6f95b1d
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 @@ -55,7 +55,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.6.8
- uses: JamesIves/github-pages-deploy-action@v4.6.9
with:
branch: gh-pages
folder: build/gh-pages
Expand Down

0 comments on commit 6f95b1d

Please sign in to comment.