Skip to content

Commit

Permalink
Removed manual install npm
Browse files Browse the repository at this point in the history
  • Loading branch information
MaartendeKruijf committed Mar 6, 2024
1 parent 48baa6e commit 0fe362a
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,8 @@ jobs:
submodules: recursive
fetch-depth: 0
- name: Update npm
run: npm install -g npm@10.5.0
- name: Install postcss via NPM
run: npm install --save-dev postcss-cli
- name: Install postcss and autoprefixer via NPM
run: npm install -D postcss
- name: Install autoprefixer via NPM
run: npm install --save-dev autoprefixer
- name: Install autoprefixer via NPM
run: npm install -g npm@10.5.0
- name: Install dependencies
run: npm install
working-directory: docs
- name: Setup Pages
Expand Down

0 comments on commit 0fe362a

Please sign in to comment.