diff --git a/.github/workflows/depcheck.yml b/.github/workflows/depcheck.yml index 5176b3f..86dc5b4 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.7.3 + uses: JamesIves/github-pages-deploy-action@v4.7.4 with: token: ${{ secrets.GITHUB_TOKEN }} branch: gh-pages diff --git a/.github/workflows/deploy-site.yml b/.github/workflows/deploy-site.yml index 8887a2c..9e39122 100644 --- a/.github/workflows/deploy-site.yml +++ b/.github/workflows/deploy-site.yml @@ -65,7 +65,7 @@ jobs: # run: dotnet publish src/Blashing.Stories/Blashing.Stories.csproj -c Release -o release/wwwroot/reports --nologo - name: 🚀 Deploy wwwroot to GitHub Pages - uses: JamesIves/github-pages-deploy-action@v4.7.3 + uses: JamesIves/github-pages-deploy-action@v4.7.4 with: branch: gh-pages folder: release/wwwroot