Skip to content

Commit

Permalink
try to fix up github ci
Browse files Browse the repository at this point in the history
  • Loading branch information
david415 committed Dec 7, 2024
1 parent 8986ce5 commit cb1c7d6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,15 @@ jobs:
cache-dependency-path: package.json

- name: Install PostCSS
run: npm install -g autoprefixer postcss postcss-cli
run: |
npm install -D autoprefixer
npm install -D postcss-cli
npm install -D postcss

- name: Check Node.js and npm versions
run: |
node -v
npm -v

- name: Setup Pages
id: pages
Expand Down

0 comments on commit cb1c7d6

Please sign in to comment.