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