diff --git a/.github/workflows/render-site.yml b/.github/workflows/render-site.yml index 27367da..17949f5 100644 --- a/.github/workflows/render-site.yml +++ b/.github/workflows/render-site.yml @@ -65,6 +65,7 @@ jobs: # Commit the rendered site files - html files and site_libs files - name: Commit rendered site files run: | + git config --system --add safe.directory $GITHUB_WORKSPACE git config --local user.email "actions@github.com" git config --local user.name "GitHub Actions" git add --force *.html