Skip to content

Commit

Permalink
Merge pull request #16 from arturo-lang/fix-deployment-workflow
Browse files Browse the repository at this point in the history
Fix deployment workflow
  • Loading branch information
drkameleon authored Nov 10, 2023
2 parents 929a800 + e4dc8fe commit 305432a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 16
cache: 'npm'
#cache: 'npm'

- name: "Install Sass"
run: |
Expand Down

0 comments on commit 305432a

Please sign in to comment.