An HTML-only Bluesky frontend

try using # notation again

+1 -6
+1 -6
.build.yml
··· 2 packages: 3 - unzip 4 sources: 5 - - https://git.sr.ht/~jordanreger/htmlsky 6 environment: 7 DENO_INSTALL: /home/build/.deno 8 PATH: $DENO_INSTALL/bin:$PATH 9 tasks: 10 - - checkout-ts: | 11 - cd htmlsky 12 - git checkout -q ts 13 - git submodule update --init --recursive 14 - install-deno: | 15 curl -fsSL https://deno.land/x/install/install.sh | sh 16 - install-deployctl: | 17 deno install -Arf jsr:@deno/deployctl 18 - deploy: | 19 - cd htmlsky 20 deployctl deploy
··· 2 packages: 3 - unzip 4 sources: 5 + - https://git.sr.ht/~jordanreger/htmlsky#ts 6 environment: 7 DENO_INSTALL: /home/build/.deno 8 PATH: $DENO_INSTALL/bin:$PATH 9 tasks: 10 - install-deno: | 11 curl -fsSL https://deno.land/x/install/install.sh | sh 12 - install-deployctl: | 13 deno install -Arf jsr:@deno/deployctl 14 - deploy: | 15 deployctl deploy