tangled
alpha
login
or
join now
nekomimi.pet
/
atproto-ui
41
fork
atom
A React component library for rendering common AT Protocol records for applications such as Bluesky and Leaflet.
41
fork
atom
overview
issues
2
pulls
pipelines
a
@nekomimi.pet
4 months ago
3a3231cc
c6769eb0
0/1
upload-demo-to-wisp.yml
failed
20s
+5
-1
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
upload-demo-to-wisp.yml
+5
-1
.tangled/workflows/upload-demo-to-wisp.yml
···
25
25
export PATH="$HOME/.nix-profile/bin:$PATH"
26
26
27
27
bun install
28
28
-
bunx vite build -m demo
28
28
+
bunx vite build -m demo 2>&1
29
29
+
echo "Build exit code: $?"
30
30
+
31
31
+
echo "Checking dist directory..."
32
32
+
ls -la dist/ || echo "No dist directory found"
29
33
30
34
- name: upload to wisp
31
35
command: |