diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 189143a..cc115ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,13 +80,6 @@ jobs: with: node-version: 14 - # JS for compiling scss - - name: Compile Sass - uses: gha-utilities/sass-build@v0.3.5 - with: - source: src/scss/style.scss - destination: build/style.css - # JS install from lock.json - name: Install Node Packages run: npm ci @@ -95,6 +88,13 @@ jobs: - name: Compile front-end run: npm run build --if-present + # JS for compiling scss + - name: Compile Sass + uses: gha-utilities/sass-build@v0.3.5 + with: + source: src/scss/style.scss + destination: build/style.css + # DEPLOY for setting up cloud API - name: Set up Cloud SDK uses: google-github-actions/setup-gcloud@master