Find a file
Jean-Marie Mineau 9238091577
All checks were successful
/ test_checkout (push) Successful in 2m9s
fix link
2024-03-13 18:08:39 +01:00
.forgejo/workflows add doc and remove debug cmd 2024-03-13 18:07:54 +01:00
src change operation 2024-03-13 18:01:41 +01:00
.gitignore init yew 2024-03-11 11:25:14 +01:00
Cargo.lock init yew 2024-03-11 11:25:14 +01:00
Cargo.toml init yew 2024-03-11 11:25:14 +01:00
index.html init main 2024-03-11 10:45:53 +01:00
README.md fix link 2024-03-13 18:08:39 +01:00

Test Pages

Test with page generation. Juste a small yew app.

The generated pages are available here: https://histausse.page.mineau.eu/tst_pages/

Gen pages:

CF https://git.mineau.eu/histausse/tst_pages/src/branch/main/.forgejo/workflows/publish.yaml

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