Skip to content

Commit 0d34ff9

Browse files
authored
Update main.yml
1 parent 7c27d63 commit 0d34ff9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ jobs:
55
runs-on: ubuntu-latest
66
name: 'Deploy Nikola to GitHub Pages'
77
steps:
8+
- name: Mark workspace directory as safe
9+
shell: bash
10+
run: git config --global --add safe.directory ${GITHUB_WORKSPACE}
811
- name: Check out
912
uses: actions/checkout@v2
1013
- name: Build and Deploy Nikola

0 commit comments

Comments
 (0)