tst_pages/README.md
Jean-Marie Mineau a1aa259c1a
document process
2024-03-11 13:27:38 +01:00

282 B

Gen pages:

git clone <repo>
trunk build --release --public-url '.'
cd dist
git init
git remote add origin <repo>
# remove old pages branch
git push origin -d pages
git checkout -b pages
git add *
git commit -m "gen pages"
# push new pages branch
git push -u origin pages