CI git cleanliness testing #1

open
opened by winter.bsky.social targeting master from push-urpxtmpnokko
Changed files
+2 -2
.tangled
workflows
+2 -2
.tangled/workflows/deploy.yaml
··· 10 - name: build site 11 command: | 12 nix develop --command bash -c 'vite build' 13 - - name: deploy 14 command: | 15 - npx --yes wrangler pages deploy --branch master --project-name tangled-blog ./build/
··· 10 - name: build site 11 command: | 12 nix develop --command bash -c 'vite build' 13 + - name: check git status 14 command: | 15 + git status