Skip to content

Commit 9ec57a3

Browse files
committed
Fix GitHub Actions git ownership issue
1 parent 1886142 commit 9ec57a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,7 @@ jobs:
77
steps:
88
- name: Check out
99
uses: actions/checkout@v2
10+
- name: Fix git ownership
11+
run: git config --global --add safe.directory /github/workspace
1012
- name: Build and Deploy Nikola
1113
uses: getnikola/nikola-action@v2

0 commit comments

Comments
 (0)