From c060da8d45e0e9f94dfb3ba09e3f4f675c62889b Mon Sep 17 00:00:00 2001 From: Bokuan Li Date: Wed, 11 Mar 2026 00:18:36 -0400 Subject: [PATCH] Updated the compile script to include spec. --- .gitea/workflows/compile.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/compile.yaml b/.gitea/workflows/compile.yaml index b4bcf8a..13ea5bb 100644 --- a/.gitea/workflows/compile.yaml +++ b/.gitea/workflows/compile.yaml @@ -8,9 +8,5 @@ jobs: steps: - name: Check out repository code uses: actions/checkout@v4 - - name: List files in the repository - run: | - ls ${{ gitea.workspace }} - - run: echo "This job's status is ${{ job.status }}." - - name: Test npm linkage - run: npx cowsay hi \ No newline at end of file + - name: Compile Website + run: npx spec compile --all