diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index e9e6a3ca..14da50ce 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -35,5 +35,5 @@ jobs: - name: Deploy docs uses: ./ with: - entrypoint: '''' # This does not do anything, does not unset the entrypoint + entrypoint: """""" # This does not do anything, does not unset the entrypoint args: sh -c "git config --global user.name github-actions[bot];git config --global user.email "github-actions[bot]@users.noreply.github.com";mike deploy --push 2024" # the git config is still not available for mike \ No newline at end of file