Skip to content

Commit

Permalink
reorder again?
Browse files Browse the repository at this point in the history
  • Loading branch information
ericrobskyhuntley committed Feb 26, 2024
1 parent f6677f3 commit f260123
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
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)
Expand Down

0 comments on commit f260123

Please sign in to comment.