From f260123effcdf8d42e0ed26e4282f9d76e1c830c Mon Sep 17 00:00:00 2001 From: Eric Robsky Huntley Date: Mon, 26 Feb 2024 11:22:13 -0500 Subject: [PATCH] reorder again? --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0240b5b..f8fbe2e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -25,13 +25,13 @@ jobs: uses: actions/checkout@v4 - name: Make destination directory for compiled CSS run: mkdir -vp ./css - - name: Install, build, and upload your site - uses: withastro/action@v2 - name: Compile CSS from SCSS files uses: gha-utilities/sass-build@v0.5.1 with: source: ./sass/styles.scss destination: ./css/styles.css + - name: Install, build, and upload your site + uses: withastro/action@v2 # with: # path: . # The root location of your Astro project inside the repository. (optional) # node-version: 20 # The specific version of Node that should be used to build your site. Defaults to 20. (optional)