Skip to content

Commit 59b739d

Browse files
committed
chore: Update branding
fix: Update links to point to subdomain in docs
1 parent 559f55a commit 59b739d

6 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/web.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ jobs:
2626
name: web-demo
2727
path: dist/js
2828

29+
- name: Update HTML links for GitHub Pages subdomain
30+
run: |
31+
find out -name "*.html" -exec sed -i 's#href="/#href="/docs/#g; s#src="/#src="/docs/#g' {} \;
32+
2933
- name: Upload docs
3034
uses: actions/upload-artifact@v4
3135
with:

docs/assets/banner-dark.png

-495 Bytes
Loading

docs/assets/banner-light.png

117 Bytes
Loading

docs/assets/icon.png

3.43 KB
Loading
-5.28 KB
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)