Skip to content

Commit c94ad82

Browse files
committed
How about you sudo the thing I told you to
1 parent efb4c85 commit c94ad82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Fix links to Markdown pages
5252
run: |
5353
cd ./html
54-
find . -type f -exec sed -i -r "s:\.md:\.html:g" {} \;
54+
sudo find . -type f -exec sed -i -r "s:\.md:\.html:g" {} \;
5555
5656
- name: Upload artifact
5757
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)