Skip to content

Commit fe0a410

Browse files
committed
add version to fix the viewport
1 parent 6964c7c commit fe0a410

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/check-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,15 @@ jobs:
2626
codegen: react
2727
path: likec4_src
2828
output: likec4_react/likec4.generated.js
29+
likec4-version: 1.59.2
2930

3031
- name: LikeC4 PNG export
3132
uses: likec4/actions@d36a6b8c87c1d540a3737302808755db435183b0 # v1.89.0
3233
with:
3334
export: png
3435
path: likec4_src
3536
output: public/images/likec4
37+
likec4-version: 1.59.2
3638

3739
- name: Setup Node
3840
uses: actions/setup-node@v5

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,15 @@ jobs:
2929
codegen: react
3030
path: likec4_src
3131
output: likec4_react/likec4.generated.js
32+
likec4-version: 1.59.2
3233

3334
- name: LikeC4 PNG export
3435
uses: likec4/actions@d36a6b8c87c1d540a3737302808755db435183b0 # v1.89.0
3536
with:
3637
export: png
3738
path: likec4_src
3839
output: public/images/likec4
40+
likec4-version: 1.59.2
3941

4042
- name: Setup Node
4143
uses: actions/setup-node@v5

0 commit comments

Comments
 (0)