Skip to content

Commit

Permalink
chore(deps): update jamesives/github-pages-deploy-action action to v4…
Browse files Browse the repository at this point in the history
….6.3
  • Loading branch information
renovate[bot] authored Jul 5, 2024
1 parent 755bf9c commit c8daeac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/latexmk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- run: |
mkdir gh-pages
cp paper/paper.pdf gh-pages
- uses: JamesIves/[email protected].1
- uses: JamesIves/[email protected].3
with:
branch: gh-pages
folder: gh-pages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/random-forest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
mkdir random-forest
cp rf-classifier.joblib random-forest
cp rf-vec.joblib random-forest
- uses: JamesIves/[email protected].1
- uses: JamesIves/[email protected].3
with:
branch: random-forest
folder: model/random-forest
Expand Down

0 comments on commit c8daeac

Please sign in to comment.