diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0db324d0232..a6893b093ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -909,6 +909,7 @@ jobs: run: | echo "mithril.network" > ./github-pages/CNAME echo '
' > ./github-pages/index.html + # Remove the index.html from the url to avoid a display issue that duplicates the content of the page sed -i '1s/^/\n/' ./github-pages/doc/index.html - name: Mithril / Publish GitHub Pages