Skip to content

Commit

Permalink
Merge pull request #164 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.4.3
  • Loading branch information
yegor256 committed Jul 19, 2023
2 parents 7fd56a4 + 68b83cb commit 249189f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fief.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
--to html
- run: mkdir gh-pages
- run: cp html/index.html gh-pages/fief.html
- uses: JamesIves/[email protected].2
- uses: JamesIves/[email protected].3
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 @@ -22,7 +22,7 @@ jobs:
- run: touch data/objectionary.lst
- run: find objects -name '*.eo' > data/objectionary.lst
- run: find tests -name '*.eo' >> data/objectionary.lst
- uses: JamesIves/[email protected].2
- uses: JamesIves/[email protected].3
with:
branch: gh-pages
folder: data
Expand Down

0 comments on commit 249189f

Please sign in to comment.