Skip to content

Commit b891621

Browse files
authoredNov 9, 2024··
chore(deps): update jamesives/github-pages-deploy-action action to v4.6.9
1 parent 106d6d9 commit b891621

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/hoc-badge.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
output_dir: gh-pages
4545
filename: hoc-badge.svg
46-
- uses: JamesIves/github-pages-deploy-action@v4.6.8
46+
- uses: JamesIves/github-pages-deploy-action@v4.6.9
4747
with:
4848
branch: gh-pages
4949
folder: gh-pages

‎.github/workflows/loc-badge.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
debug: true
4545
directory: .
4646
badge: target/loc-badge.svg
47-
- uses: JamesIves/github-pages-deploy-action@v4.6.8
47+
- uses: JamesIves/github-pages-deploy-action@v4.6.9
4848
with:
4949
branch: gh-pages
5050
folder: target

0 commit comments

Comments
 (0)
Please sign in to comment.