-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f6677f3
commit f260123
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) | ||
|