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.7
  • Loading branch information
renovate[bot] authored Sep 28, 2024
1 parent 8c15ed6 commit 798cf63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/latexmk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- run: |
mkdir gh-pages
cp paper/article.pdf gh-pages
- uses: JamesIves/github-pages-deploy-action@v4.6.6
- uses: JamesIves/github-pages-deploy-action@v4.6.7
with:
branch: gh-pages
folder: gh-pages
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
restore-keys: |
${{ runner.os }}-jdk-${{ matrix.java }}-maven-
- run: mvn clean site -Psite
- uses: JamesIves/github-pages-deploy-action@v4.6.6
- uses: JamesIves/github-pages-deploy-action@v4.6.7
with:
branch: gh-pages
folder: target/site
target-folder: ${{ github.ref_name }}
clean: false
- uses: JamesIves/github-pages-deploy-action@v4.6.6
- uses: JamesIves/github-pages-deploy-action@v4.6.7
with:
branch: gh-pages
folder: target/site
Expand Down

0 comments on commit 798cf63

Please sign in to comment.