We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd0aeff commit b6d0a4bCopy full SHA for b6d0a4b
1 file changed
.github/workflows/deploy-docs.yml
@@ -21,6 +21,9 @@ jobs:
21
with:
22
fetch-depth: 2
23
24
+ - name: Mark repo as safe for Git
25
+ run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
26
+
27
- name: Show commit history
28
run: git log --oneline -n 5
29
0 commit comments