diff --git a/.github/workflows/publish-main.yml b/.github/workflows/publish-main.yml index 522c3269..93f0da65 100644 --- a/.github/workflows/publish-main.yml +++ b/.github/workflows/publish-main.yml @@ -59,4 +59,19 @@ jobs: export LATEST_TAG="$(git tag --sort=-committerdate | head -n 1)" if [[ $TAG == $LATEST_TAG ]]; then gsutil -m rsync -d -r gs://docs.foundries.io/${VERSION} gs://docs.foundries.io/latest + cat >/tmp/index.html << EOF + + +
+ + + + +If you are not redirected, click here.
+ + + + EOF + gsutil cp /tmp/index.html gs://docs.foundries.io/index.html + fi