Skip to content

Commit

Permalink
ci(docs.yml): add safe directory config
Browse files Browse the repository at this point in the history
  • Loading branch information
benjivesterby committed Mar 27, 2023
1 parent 9716333 commit 5650462
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Configure safe directory for Git
run: git config --global --add safe.directory /github/workspace

- name: Update readme according to Go doc
uses: posener/goreadme@v1
with:
Expand Down

0 comments on commit 5650462

Please sign in to comment.