Skip to content

Commit e77f34d

Browse files
committed
update pages workflow
1 parent c17774e commit e77f34d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/openapi-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
cache: 'npm'
3737
- run: npm ci
3838
- name: Compile TypeSpec
39-
run: tsp compile src/main.tsp --emit @typespec/openapi3
39+
run: npx --yes tsp compile src/main.tsp --emit @typespec/openapi3
4040
- name: Fix OpenAPI
4141
run: ./fixOpenApi.ps1
4242
shell: pwsh

0 commit comments

Comments
 (0)