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
···
- name: build site
command: |
nix develop --command bash -c 'vite build'
-
- name: deploy
+
- name: check git status
command: |
-
npx --yes wrangler pages deploy --branch master --project-name tangled-blog ./build/
+
git status