harden docs pages publish

This commit is contained in:
dirtydishes 2026-06-01 09:46:23 -04:00
parent 36d1b12e72
commit 3a72678652
4 changed files with 7 additions and 6 deletions

View file

@ -36,6 +36,7 @@ jobs:
rm -rf site
mkdir -p site/docs
cp -R docs/. site/docs/
find site -name .DS_Store -delete
printf '%s\n' '<!doctype html><meta charset="utf-8"><meta http-equiv="refresh" content="0; url=https://dirtydishes.github.io/islandflow/docs/"><title>Islandflow Docs</title><a href="https://dirtydishes.github.io/islandflow/docs/">Continue to docs</a>' > site/index.html
touch site/.nojekyll