Skip to content

Commit 2d14a8e

Browse files
committed
update ci, update tapioca gems
1 parent c826bf8 commit 2d14a8e

File tree

6 files changed

+6515
-3
lines changed

6 files changed

+6515
-3
lines changed

.github/workflows/deploy-site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
7676
- name: Export TypeScript types
7777
run: |
78-
ruby scripts/export_typescript_types.rb
78+
scripts/generate_typescript_structs.rb
7979
8080
- name: Build with Next.js
8181
run: cd site && pnpm run build

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ jobs:
236236
fi
237237
238238
- name: Generate site exports (enums/structs/keys)
239-
run: ruby scripts/export_typescript_types.rb
239+
run: scripts/generate_typescript_structs.rb
240240

241241
- name: Clone terraform-provider-logstruct repository
242242
env:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123

124124
- name: Export TypeScript types from LogStruct
125125
run: |
126-
scripts/export_typescript_types.rb
126+
scripts/generate_typescript_structs.rb
127127
128128
- name: TypeScript type checking
129129
run: |

0 commit comments

Comments
 (0)