We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94c8d6b commit f5e5d45Copy full SHA for f5e5d45
.github/workflows/ci.yml
@@ -69,6 +69,7 @@ jobs:
69
find ./awala-testing/ -name '*.html' -print0 | xargs -0 sed -i 's;../scripts/;scripts/;g'
70
find ./awala-testing/ -name '*.html' -print0 | xargs -0 sed -i 's;pathToRoot = "../;pathToRoot = ";g'
71
sed -i 's;href="awala-testing/;href=";g' ./awala-testing/navigation.html
72
+ sed -i 's;href="awala-testing/;href=";g' ./awala-testing/index.html
73
74
- name: Setup Node.js
75
uses: actions/setup-node@v1
0 commit comments