We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bbc90e commit dec5f18Copy full SHA for dec5f18
.github/workflows/static.yml
@@ -54,9 +54,10 @@ jobs:
54
icon: calculator
55
56
- name: Fix links to Markdown pages
57
- run: |
58
- cd ./html
59
- sudo find . -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" {} \;
+
+ - name: Remove hex names from Tokens dropdown
60
+ run: sudo find ./html -name "*.html" -type f -exec perl -0777pe "s/<li class=\"md-nav__item\">\s*<a href=\"tokens/0x.*?</li>/ /s" {} \;
61
62
- name: Upload artifact
63
uses: actions/upload-pages-artifact@v3
0 commit comments