Skip to content

Commit f5e5d45

Browse files
committed
chore(docs): Fix links in index
1 parent 94c8d6b commit f5e5d45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969
find ./awala-testing/ -name '*.html' -print0 | xargs -0 sed -i 's;../scripts/;scripts/;g'
7070
find ./awala-testing/ -name '*.html' -print0 | xargs -0 sed -i 's;pathToRoot = "../;pathToRoot = ";g'
7171
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
7273
7374
- name: Setup Node.js
7475
uses: actions/setup-node@v1

0 commit comments

Comments
 (0)