Skip to content

Commit

Permalink
How about you sudo the thing I told you to
Browse files Browse the repository at this point in the history
  • Loading branch information
kg583 committed May 25, 2024
1 parent efb4c85 commit c94ad82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Fix links to Markdown pages
run: |
cd ./html
find . -type f -exec sed -i -r "s:\.md:\.html:g" {} \;
sudo find . -type f -exec sed -i -r "s:\.md:\.html:g" {} \;
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit c94ad82

Please sign in to comment.