Skip to content

Commit

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

Update JamesIves/github-pages-deploy-action action to v4.7.2
  • Loading branch information
yegor256 authored Dec 4, 2024
2 parents 22b0aec + 1f7d03a commit 9951999
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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/[email protected].1
- uses: JamesIves/[email protected].2
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 @@ -41,7 +41,7 @@ jobs:
mkdir -p data
find objects -name '*.eo' > data/objectionary.lst
find tests -name '*.eo' >> data/objectionary.lst
- uses: JamesIves/[email protected].1
- uses: JamesIves/[email protected].2
with:
branch: gh-pages
folder: data
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
git fetch --tags --all --force
git tag --list --format='%(*objectname) %(refname:short)' | grep '^[a-f0-9]' > data/tags.txt
echo "$(git rev-parse HEAD) master" >> data/tags.txt
- uses: JamesIves/[email protected].1
- uses: JamesIves/[email protected].2
with:
branch: gh-pages
folder: data
Expand Down

0 comments on commit 9951999

Please sign in to comment.