Monorepo for Tangled
0

Configure Feed

Select the types of activity you want to include in your feed.

.tangled/workflows: deploy docs

Signed-off-by: oppiliappan <me@oppi.li>

authored by

oppiliappan and committed by
Anirudh Oppiliappan
(Jul 3, 2026, 3:49 PM +0530) fc4221c0 13de4de6

+21
+21
.tangled/workflows/deploy-docs.yml
··· 1 + when: 2 + - event: push 3 + branch: master 4 + paths: 5 + - docs/** 6 + - input.css 7 + 8 + engine: microvm 9 + image: nixos 10 + 11 + dependencies: 12 + - nodejs 13 + 14 + steps: 15 + - name: build docs 16 + command: | 17 + nix build .#docs 18 + 19 + - name: deploy 20 + command: | 21 + npx --yes wrangler pages deploy --branch master --project-name tangled-docs ./result/