Codeberg.ps1
ASCII text
1python build.py cb-pages 2git switch --orphan pages 3ls | grep -v build | rm -r -f 4mv build/* . 5git add . 6git commit -m "Pages Build & Deploy" 7git push codeberg pages 8git branch -d pages 9git checkout main 10