diff --git a/.github/workflows/deploy-live.yml b/.github/workflows/deploy-live.yml index 03b108a..765089b 100644 --- a/.github/workflows/deploy-live.yml +++ b/.github/workflows/deploy-live.yml @@ -40,8 +40,12 @@ jobs: - name: Install dependencies run: python3 -m pip install -r ./requirements.txt + - name: Build css - run: python3 compile_scss.py + run: | + npm install + npm run scss:build + - name: Build static site run: mkdocs build