alpha
Login
or
Join now
bdbch.com
/
oxrls
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Rust based release manager for JS/TS monorepos, heavily inspired by Vite+ ❤️
publish
changelog
rust
release
bun
pnpm
changeset
version
bump
node
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
fix pages
author
bdbch
date
1 month ago
(May 29, 2026, 5:25 PM +0200)
commit
fa8e7494
fa8e7494c6704bb96ec33cfeb2ebde17671192d3
parent
a01a2cf9
a01a2cf9bf68d4d6bed415f9b353373e9c5f6f2f
0/2
ci.yml
pending
4m 10s
pages.yml
pending
51s
+5
1 changed file
Expand all
Collapse all
Unified
Split
.tangled
workflows
pages.yml
+5
.tangled/workflows/pages.yml
View file
Reviewed
···
25
25
26
26
- name: 'Push to tangled-pages branch'
27
27
command: |
28
28
+
# Tangled CI only has origin via HTTPS. Pushes require SSH.
29
29
+
# Extract the repo path from the HTTPS URL and convert to SSH format.
28
30
REMOTE_URL=$(git remote get-url origin)
31
31
+
# e.g. https://knot1.tangled.sh/did:plc:.../ → git@tangled.org:did:plc:...
32
32
+
REMOTE_URL="git@tangled.org:${REMOTE_URL#https://*/}"
33
33
+
REMOTE_URL="${REMOTE_URL%/}"
29
34
cd apps/docs/out
30
35
git init
31
36
git checkout --orphan tangled-pages