Skip to content

Commit

Permalink
fix order of typescript build
Browse files Browse the repository at this point in the history
  • Loading branch information
Devon7925 committed Dec 9, 2024
1 parent bcaa9c9 commit 23c0d98
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,17 +102,17 @@ jobs:
./spirv-tools.d.ts
key: ${{hashFiles('key-spirv-tool.txt')}}

- name: build typescript
run: |
npm install
npx tsc
- name: Cleanup workspace
run: |
rm -rf slang-repo
rm -rf emsdk
rm -rf spirv-tools
- name: Build typescript
run: |
npm install
npx tsc
- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
with:
Expand Down

0 comments on commit 23c0d98

Please sign in to comment.