We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fb96be commit 4935f2bCopy full SHA for 4935f2b
.github/workflows/ci.yml
@@ -70,6 +70,7 @@ jobs:
70
find ./doh/ -name '*.html' -print0 | xargs -0 sed -i 's;../scripts/;scripts/;g'
71
find ./doh/ -name '*.html' -print0 | xargs -0 sed -i 's;pathToRoot = "../;pathToRoot = ";g'
72
sed -i 's;href="doh/;href=";g' ./doh/navigation.html
73
+ sed -i 's;href="doh/;href=";g' ./doh/index.html
74
75
- name: Setup Node.js
76
uses: actions/setup-node@v1
0 commit comments