We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f159003 commit 1aebd59Copy full SHA for 1aebd59
1 file changed
.github/workflows/deploy.yaml
@@ -69,6 +69,8 @@ jobs:
69
GIT_COMMITTER_EMAIL: 41898282+github-actions[bot]@users.noreply.github.com
70
GIT_COMMITTER_NAME: github-actions[bot]
71
run: |
72
+ git config --global --add safe.directory "$GITHUB_WORKSPACE"
73
+
74
VERSION_TAG="${GITHUB_REF_NAME}"
75
PAGES_DIR="${RUNNER_TEMP}/gh-pages"
76
0 commit comments