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 1886142 commit 9ec57a3Copy full SHA for 9ec57a3
.github/workflows/main.yml
@@ -7,5 +7,7 @@ jobs:
7
steps:
8
- name: Check out
9
uses: actions/checkout@v2
10
+ - name: Fix git ownership
11
+ run: git config --global --add safe.directory /github/workspace
12
- name: Build and Deploy Nikola
13
uses: getnikola/nikola-action@v2
0 commit comments