harden docs pages publish
This commit is contained in:
parent
36d1b12e72
commit
3a72678652
4 changed files with 7 additions and 6 deletions
1
.github/workflows/docs-pages.yml
vendored
1
.github/workflows/docs-pages.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue