Pages
En Codeberg con mdBook.
git checkout --orphan pages
git rm -rf . # Borra todos los archivos del tracking
git commit --allow-empty -m "Initial commit for pages branch"
git push origin pages
git checkout main # Vuelve a tu rama principal
git worktree add ../repo-pages pages
Modificar los scripts deploy.sh y clean.sh.