diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index dc5842c..1d6f3f3 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -87,7 +87,7 @@ jobs: # enable_jekyll: true - name: Deploy Code Coverage Report - uses: JamesIves/github-pages-deploy-action@v4.6.3 + uses: JamesIves/github-pages-deploy-action@v4.6.4 with: branch: gh-pages folder: coveragereport diff --git a/.github/workflows/depcheck.yml b/.github/workflows/depcheck.yml index e1b17ee..010242b 100644 --- a/.github/workflows/depcheck.yml +++ b/.github/workflows/depcheck.yml @@ -75,7 +75,7 @@ jobs: path: ${{github.workspace}}/reports - name: 🌍 Commit wwwroot to GitHub Pages - uses: JamesIves/github-pages-deploy-action@v4.6.3 + uses: JamesIves/github-pages-deploy-action@v4.6.4 with: token: ${{ secrets.GITHUB_TOKEN }} branch: gh-pages diff --git a/.github/workflows/deploy-site.yml b/.github/workflows/deploy-site.yml index 6215a1d..dc83edf 100644 --- a/.github/workflows/deploy-site.yml +++ b/.github/workflows/deploy-site.yml @@ -61,7 +61,7 @@ jobs: run: touch release/wwwroot/.nojekyll - name: Commit wwwroot to GitHub Pages - uses: JamesIves/github-pages-deploy-action@v4.6.3 + uses: JamesIves/github-pages-deploy-action@v4.6.4 with: branch: gh-pages folder: release/wwwroot