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 scripts deploy.sh y clean.sh.