This repository has no description
0

Configure Feed

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

core / .tangled / workflows / deploy-docs.yml
334 B 21 lines
1when: 2 - event: push 3 branch: master 4 paths: 5 - docs/** 6 - input.css 7 8engine: microvm 9image: nixos 10 11dependencies: 12 - nodejs 13 14steps: 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/