Skip to content

Commit

Permalink
ci: tspのコマンドを間違っていたので修正
Browse files Browse the repository at this point in the history
  • Loading branch information
rito528 committed Mar 27, 2024
1 parent a245941 commit ffe53c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/typespec-compile-and-deploy-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Compile typespec
run: typespec compile api
run: tsp compile api

- name: Generate Swagger UI
uses: Legion2/swagger-ui-action@v1
Expand Down

0 comments on commit ffe53c9

Please sign in to comment.