From b1e070a0bb2a6dd9e9bc028365c86e3faba2c499 Mon Sep 17 00:00:00 2001 From: Vozer <76500838+SlippingGitty@users.noreply.github.com> Date: Mon, 25 Jul 2022 12:49:53 -0500 Subject: [PATCH] Update build.yaml --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 9063c7c..dd11440 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -14,7 +14,7 @@ jobs: - name: Compile CSS from SCSS files uses: gha-utilities/sass-build@v0.4.9 with: - source: src/_index.scss + source: src/_indexbd.scss destination: src/source.css - name: Add and Commit changes to build branch