We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 53ccf44 + 9360ede commit b9765d1Copy full SHA for b9765d1
.github/workflows/build-deploy.yml
@@ -34,7 +34,7 @@ jobs:
34
run: dotnet run --property:Configuration=Release --project src/dotnetbyexample/dotnetbyexample.csproj
35
36
- name: 🚀 Deploy Code Coverage Report
37
- uses: JamesIves/github-pages-deploy-action@v4.7.4
+ uses: JamesIves/github-pages-deploy-action@v4.7.6
38
with:
39
branch: gh-pages
40
folder: site
.github/workflows/depcheck.yml
@@ -75,7 +75,7 @@ jobs:
75
path: ${{github.workspace}}/reports
76
77
- name: 🌍 Commit wwwroot to GitHub Pages
78
79
80
token: ${{ secrets.GITHUB_TOKEN }}
81
0 commit comments