Skip to content

Commit

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

chore(deps): update jamesives/github-pages-deploy-action action to v4.7.1
  • Loading branch information
yegor256 authored Nov 29, 2024
2 parents e2eccea + a2d395a commit c383964
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ebnf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
cp "${p}.png" gh-pages/ebnf
cp "${p}.svg" gh-pages/ebnf
done
- uses: JamesIves/github-pages-deploy-action@v4.7.0
- uses: JamesIves/github-pages-deploy-action@v4.7.1
with:
branch: gh-pages
folder: gh-pages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/loc-badge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
debug: true
directory: .
badge: target/loc-badge.svg
- uses: JamesIves/github-pages-deploy-action@v4.7.0
- uses: JamesIves/github-pages-deploy-action@v4.7.1
with:
branch: gh-pages
folder: target
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/xs3p.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
"eo-parser/src/main/xs3p/xs3p.xsl" \
"eo-parser/src/main/resources/XMIR.xsd" \
> "gh-pages/XMIR.html"
- uses: JamesIves/github-pages-deploy-action@v4.7.0
- uses: JamesIves/github-pages-deploy-action@v4.7.1
with:
branch: gh-pages
folder: gh-pages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zerocracy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
logo: https://www.objectionary.com/cactus.svg
options: |
github_token=${{ secrets.GITHUB_TOKEN }}
- uses: JamesIves/github-pages-deploy-action@v4.7.0
- uses: JamesIves/github-pages-deploy-action@v4.7.1
with:
branch: gh-pages
folder: pages
Expand Down

0 comments on commit c383964

Please sign in to comment.