Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
ericrobskyhuntley committed Feb 26, 2024
1 parent 28c1835 commit 4d2ee0d
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 @@ -24,14 +24,14 @@ jobs:
- name: Checkout your repository using git
uses: actions/checkout@v4
- name: Make destination directory for compiled CSS
run: mkdir -vp ./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
destination: /css/styles.css
# 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 4d2ee0d

Please sign in to comment.