Skip to content

Commit

Permalink
Remove testing part
Browse files Browse the repository at this point in the history
  • Loading branch information
kg583 committed May 25, 2024
1 parent de314c8 commit 1858ec3
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 @@ -57,7 +57,7 @@ jobs:
run: sudo find ./html -name "*.html" -type f -exec sed -i -r "s:\.md:\.html:g" {} \;

- name: Remove hex names from Tokens dropdown
run: sudo find ./html -name "*.html" -type f -exec sed -e '1h;2,$H;$!d;g' -e 's:\s::g' -r -e 's:<liclass="md-nav__item"><ahref=.*?0x[0-9A-Fa-f]+\.html.*?</li>::g' test.txt {} \;
run: sudo find ./html -name "*.html" -type f -exec sed -e '1h;2,$H;$!d;g' -e 's:\s::g' -r -e 's:<liclass="md-nav__item"><ahref=.*?0x[0-9A-Fa-f]+\.html.*?</li>::g' {} \;

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 1858ec3

Please sign in to comment.