diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ad0ce282fc2..0db324d0232 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 + sed -i '1s/^/\n/' ./github-pages/doc/index.html - name: Mithril / Publish GitHub Pages uses: peaceiris/actions-gh-pages@v3