Skip to content

Commit

Permalink
Update static.yml
Browse files Browse the repository at this point in the history
Make `/tmp/mlc/assets/source/` directory to make GitHub Actions happy.
  • Loading branch information
Matriks404 authored Jan 5, 2024
1 parent 81e677d commit e18387d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Make destination directory for compiled CSS
run: mkdir -vp /tmp/mlc/assets/source

- name: Compile CSS from SCSS files
uses: gha-utilities/[email protected]
Expand All @@ -44,7 +47,6 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
# Upload `source/`.
path: |
'./source'
'/tmp/mlc/assets/source'
Expand Down

0 comments on commit e18387d

Please sign in to comment.