Skip to content

Commit

Permalink
another one
Browse files Browse the repository at this point in the history
  • Loading branch information
ericrobskyhuntley committed Feb 26, 2024
1 parent 568484a commit 910d2df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
- name: Install, build, and upload your site
uses: withastro/action@v2
- name: Make destination directory for compiled CSS
run: mkdir -vp assets/css
run: mkdir -vp ./css
- name: Compile CSS from SCSS files
uses: gha-utilities/[email protected]
with:
source: ./sass/styles.scss
destination: assets/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
2 changes: 1 addition & 1 deletion sass/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

$danger: rgb(178, 31, 36);

@import "../node_modules/bulma/bulma.sass";
@import "node_modules/bulma/bulma.sass";

0 comments on commit 910d2df

Please sign in to comment.