diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 47203b3..9dd57d8 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -24,5 +24,4 @@ jobs: CI_COMMIT_MESSAGE: Continuous Integration documentation update CI_COMMIT_AUTHOR: Continuous Integration run: git config --global --add safe.directory /__w/inverter/inverter && git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}" && git config --global user.email "${GITHUB_ACTOR}@noreply.github.com" && git add docs/\* && git commit -m "${{ env.CI_COMMIT_MESSAGE }}" && git push - name: Deploy static content to Pages