Skip to content

Commit e72ba49

Browse files
committed
Publish wallet template schema on libauth.org
1 parent ade0151 commit e72ba49

File tree

4 files changed

+704
-3
lines changed

4 files changed

+704
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
node-version: [18, 20, latest]
10+
node-version: [18, 20, 22]
1111
runner_index: [0, 1, 2, 3]
1212
runners_per_version: [4]
1313
name: Test Node ${{ matrix.node-version }} (${{ matrix.runner_index }})

.github/workflows/doc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Generate Docs
3232
run: yarn doc:html
3333
- name: Copy assets
34-
run: yarn doc:logo
34+
run: yarn doc:assets
3535
- name: Setup Pages
3636
uses: actions/configure-pages@v3
3737
- name: Upload artifact

0 commit comments

Comments
 (0)