My personal website

Pass gleam version in tangled CI

fruno.win 5892aff8 59cbebcf

verified
+1
+1
.tangled/workflows/publish.yaml
··· 22 22 - name: build site 23 23 command: | 24 24 export PATH="$HOME/.nix-profile/bin:$PATH" 25 + export GLEAM_VERSION=$(gleam --version | awk '{ print $2 }') 25 26 26 27 gleam run 27 28 - name: deploy to wisp