Skip to content

Commit

Permalink
trying to add safe path (actions/checkout#1169)
Browse files Browse the repository at this point in the history
  • Loading branch information
fracpete committed Feb 13, 2023
1 parent d00b3b9 commit def80bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
steps:
- name: Check out
uses: actions/checkout@v3
- run: git config --system --add safe.directory /github/workspace
- name: Build and Deploy Nikola
uses: getnikola/nikola-action@v3
with:
Expand Down

0 comments on commit def80bb

Please sign in to comment.