Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
luiztauffer committed Dec 11, 2024
1 parent 48fc41a commit cc5a2bf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ jobs:
- name: Install Node.js dependencies
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"

- name: Install Node.js dependencies
run: |
npm install -g postcss postcss-cli autoprefixer
- name: Install PostCSS
run: npm install -g postcss postcss-cli autoprefixer

Expand Down

0 comments on commit cc5a2bf

Please sign in to comment.