fast and minimal static site generator
ssg
6
fork

Configure Feed

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

Add a simple CI pipeline

Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>

+14
+14
.tangled/workflows/build.yaml
··· 1 + when: 2 + - event: ["push"] 3 + branch: ["master"] 4 + 5 + dependencies: 6 + nixpkgs: 7 + - go 8 + - gcc 9 + 10 + steps: 11 + - name: build vite 12 + command: | 13 + nix build 14 + ls ./result/bin/vite