Skip to content

Commit

Permalink
Fix sources link on README page
Browse files Browse the repository at this point in the history
  • Loading branch information
kg583 authored May 27, 2024
1 parent eff89c7 commit a425586
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ jobs:
icon: calculator

- name: Fix links to Markdown pages
run: sudo find ./html -name "*.html" -type f -exec sed -i -r "s:\.md:\.html:g" {} \;
run: |
sudo find ./html -name "*.html" -type f -exec sed -i -r "s:\.md:\.html:g" {} \;
sudo sed -i -r "s:github\.com/TI-Toolkit/tokens-wiki/blob/main:ti-toolkit\.github\.io/tokens-wiki:g" ./html/sources.html
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit a425586

Please sign in to comment.