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