diff --git a/.github/workflows/typespec-compile-and-deploy-gh-pages.yml b/.github/workflows/typespec-compile-and-deploy-gh-pages.yml index e671699..6ad0fee 100644 --- a/.github/workflows/typespec-compile-and-deploy-gh-pages.yml +++ b/.github/workflows/typespec-compile-and-deploy-gh-pages.yml @@ -9,7 +9,7 @@ on: - ".github/workflows/typespec-compile-and-deploy-gh-pages.yml" jobs: - setup: + compile: runs-on: ubuntu-22.04 steps: - name: checkout @@ -34,10 +34,6 @@ jobs: - name: Install node_modules run: cd api && npm ci - compile: - needs: setup - runs-on: ubuntu-22.04 - steps: - name: Compile typespec run: tsp compile api