diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 8e65ddab06..e177bcc64c 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -67,12 +67,11 @@ jobs: - name: Push content run: | cd site/ - git config advice.addIgnoredFile false git config user.name github-actions git config user.email '41898282+github-actions[bot]@users.noreply.github.com' - git add * + git add . git commit -m "deploy ${{ github.sha }}" - git push + git push --force deploy: name: Deploy pages