Skip to content

Commit

Permalink
Keep the dropdown as it is
Browse files Browse the repository at this point in the history
  • Loading branch information
kg583 committed May 26, 2024
1 parent 1858ec3 commit 5e40453
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ jobs:
- name: Fix links to Markdown pages
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' {} \;

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

0 comments on commit 5e40453

Please sign in to comment.