Skip to content

Commit

Permalink
Bump JamesIves/github-pages-deploy-action from 4.7.2 to 4.7.3 (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 25, 2025
1 parent 27c1542 commit f9fca8b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
# enable_jekyll: true

- name: Deploy Code Coverage Report
uses: JamesIves/[email protected].2
uses: JamesIves/[email protected].3
with:
branch: gh-pages
folder: coveragereport
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/depcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
path: ${{github.workspace}}/reports

- name: 🌍 Commit wwwroot to GitHub Pages
uses: JamesIves/[email protected].2
uses: JamesIves/[email protected].3
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: touch release/wwwroot/.nojekyll

- name: Commit wwwroot to GitHub Pages
uses: JamesIves/[email protected].2
uses: JamesIves/[email protected].3
with:
branch: gh-pages
folder: release/wwwroot
Expand Down

0 comments on commit f9fca8b

Please sign in to comment.