diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index 47f623f5..1cfd10cd 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -36,7 +36,7 @@ jobs: - name: write git commit id run: echo -n "${GITHUB_SHA}" > app/publish/wwwroot/commit.txt - name: Deploy to Github Pages - uses: JamesIves/github-pages-deploy-action@v4.6.9 + uses: JamesIves/github-pages-deploy-action@v4.7.1 with: token: ${{ secrets.ACCESS_TOKEN }} branch: gh-pages # The branch the action should deploy to.