diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index c605d23..db8ef16 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -23,6 +23,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | + cd public git config --local user.name "$GITHUB_ACTOR" git config --local user.email "$GITHUB_ACTOR@users.noreply.github.com" GIT_WORK_TREE=. git checkout --orphan gh-pages