a random prompt generator powered by charm CLI's hotdiva2000
2
fork

Configure Feed

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

just testing a self hosted spindle

+21
+21
.tangled/workflows/build.yml
··· 1 + when: 2 + - event: ["push"] 3 + branch: ["main"] 4 + 5 + engine: "nixery" 6 + 7 + dependencies: 8 + nixpkgs: 9 + - curl 10 + - go 11 + 12 + steps: 13 + - name: build hotdiva2000 14 + command: | 15 + git clone https://github.com/charmbracelet/hotdiva2000 16 + cd hotdiva2000 17 + go build main.go 18 + cp main /usr/local/bin/hotdiva2000 19 + 20 + - name: build site 21 + command: ./build.sh