diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 47c307e459..fa2f98c5a9 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -69,6 +69,7 @@ jobs: cd site/ git config user.name github-actions git config user.email '41898282+github-actions[bot]@users.noreply.github.com' + git add * git commit -m "deploy ${{ github.sha }}" git push