tangled
alpha
login
or
join now
jordanreger.com
/
htmlsky
0
fork
atom
An HTML-only Bluesky frontend
0
fork
atom
overview
issues
pulls
pipelines
try using # notation again
jordanreger.com
2 years ago
91517dcd
0a72be52
+1
-6
1 changed file
expand all
collapse all
unified
split
.build.yml
+1
-6
.build.yml
···
2
2
packages:
3
3
- unzip
4
4
sources:
5
5
-
- https://git.sr.ht/~jordanreger/htmlsky
5
5
+
- https://git.sr.ht/~jordanreger/htmlsky#ts
6
6
environment:
7
7
DENO_INSTALL: /home/build/.deno
8
8
PATH: $DENO_INSTALL/bin:$PATH
9
9
tasks:
10
10
-
- checkout-ts: |
11
11
-
cd htmlsky
12
12
-
git checkout -q ts
13
13
-
git submodule update --init --recursive
14
10
- install-deno: |
15
11
curl -fsSL https://deno.land/x/install/install.sh | sh
16
12
- install-deployctl: |
17
13
deno install -Arf jsr:@deno/deployctl
18
14
- deploy: |
19
19
-
cd htmlsky
20
15
deployctl deploy