We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c27d63 commit 0d34ff9Copy full SHA for 0d34ff9
.github/workflows/main.yml
@@ -5,6 +5,9 @@ jobs:
5
runs-on: ubuntu-latest
6
name: 'Deploy Nikola to GitHub Pages'
7
steps:
8
+ - name: Mark workspace directory as safe
9
+ shell: bash
10
+ run: git config --global --add safe.directory ${GITHUB_WORKSPACE}
11
- name: Check out
12
uses: actions/checkout@v2
13
- name: Build and Deploy Nikola
0 commit comments