diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7b08b0a13..ada8d283b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -54,6 +54,24 @@ jobs: rm ./docs/favicon.svg rm ./docs/favicon.ico cp ./favicon.ico ./docs/favicon.ico + + - name: Create index.html for redirection + run: | + echo ' + +
+ + +If you are not redirected automatically, follow this Link.
+ + ' > ./docs/index.html - name: Deploy to Pages uses: JamesIves/github-pages-deploy-action@v4.6.0