Skip to content

Commit

Permalink
ci(docs.yml): sudo cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
benjivesterby committed Mar 27, 2023
1 parent bda44de commit 6084d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
fetch-depth: 0
- name: Change owner of container working directory
run: chown root:root .
run: sudo chown root:root .
- name: Update readme according to Go doc
uses: posener/goreadme@v1
with:
Expand Down

0 comments on commit 6084d17

Please sign in to comment.