From 23c0d984533c1b7f9d98960a15e22ce8276e77a5 Mon Sep 17 00:00:00 2001 From: Devon7925 Date: Sun, 8 Dec 2024 22:17:19 -0700 Subject: [PATCH] fix order of typescript build --- .github/workflows/jekyll-gh-pages.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/jekyll-gh-pages.yml b/.github/workflows/jekyll-gh-pages.yml index a2be52c..5d4987e 100644 --- a/.github/workflows/jekyll-gh-pages.yml +++ b/.github/workflows/jekyll-gh-pages.yml @@ -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: