diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6fc71ac..8a7cd63 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -36,6 +36,7 @@ jobs: - name: Commit wwwroot to GitHub Pages uses: JamesIves/github-pages-deploy-action@v4.5.0 with: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - BRANCH: gh-pages - FOLDER: ${{ env.OUTPUT_PATH }} + github_token: ${{ secrets.GITHUB_TOKEN }} + branch: gh-pages + folder: ${{ env.OUTPUT_PATH }} + single-commit: true \ No newline at end of file