Try installing postcss both locally and globally
This commit is contained in:
parent
2432d20859
commit
7ec6e4a1d3
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build-site.yml
vendored
1
.github/workflows/build-site.yml
vendored
|
@ -28,6 +28,7 @@ jobs:
|
|||
npm config set "//npm.fontawesome.com/:_authToken" ${{ secrets.FONTAWESOME_TOKEN }}
|
||||
- name: Install global npm packages
|
||||
run: |
|
||||
npm install postcss@^8.4.6 postcss-cli@^9.1.0 @fullhuman/postcss-purgecss@^2.0.3
|
||||
npm -g install postcss@^8.4.6 postcss-cli@^9.1.0 @fullhuman/postcss-purgecss@^2.0.3
|
||||
- name: Install local npm packages
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue