Skip to content

Commit

Permalink
create css directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ericrobskyhuntley committed Feb 26, 2024
1 parent d92cbeb commit f6677f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
steps:
- name: Checkout your repository using git
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
Expand Down

0 comments on commit f6677f3

Please sign in to comment.