Skip to content

Commit

Permalink
ci(docs.yml): update dir for chown
Browse files Browse the repository at this point in the history
  • Loading branch information
benjivesterby committed Mar 27, 2023
1 parent e68b607 commit 1d20046
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 @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v3

- name: Fix workspace permissions
run: sudo chown -R $(id -u):$(id -g) /
run: sudo chown -R $(id -u):$(id -g) .

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

0 comments on commit 1d20046

Please sign in to comment.