Skip to content

Commit 18208e8

Browse files
committed
chore: fixed site deploy script
1 parent 471a702 commit 18208e8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/deploy-docs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
- run: moon setup
3737
- run: moon run site:export
3838
- run: moon run visualizer:build
39+
- run: moon run s2-visualizer:build
3940
- name: Setup Pages
4041
uses: actions/configure-pages@v5
4142
- name: Upload artifact

docs/visualizer/src/components/stvt-sidebar.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ export class StvtSidebar extends LitElement {
182182
<div class="branding">
183183
<img width="30" height="26" src="./adobe.svg" />
184184
<div>
185-
<h1>Spectrum</h1>
185+
<h1>Spectrum (S1 Legacy)</h1>
186186
<h2>Token Visualization Tool</h2>
187187
</div>
188188
</div>

0 commit comments

Comments
 (0)