Update fast-deploy.yaml

sass directory renamed to scss as part of rewrite
This commit is contained in:
Emilia Allison 2022-09-29 23:43:05 -04:00 committed by GitHub
parent c3f7678f25
commit c6928b85aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ jobs:
key: ${{ secrets.SSH_KEY }}
script: |
cd repo/src
sass sass/:css/
sass scss/:css/
- name: Build hugo
uses: appleboy/ssh-action@master
with: