Skip to content

Commit 578708b

Browse files
fix
1 parent 59f3e2e commit 578708b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/hugo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ jobs:
5252
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
5353
- name: Get theme
5454
run: |
55-
npm install --save-dev autoprefixer
55+
npm install autoprefixer
5656
npm install postcss-cli
57-
npm install -D postcss
57+
npm install postcss
5858
git submodule add https://github.com/google/docsy.git themes/github.com/google/docsy
5959
git submodule add https://github.com/FortAwesome/Font-Awesome.git themes/github.com/FortAwesome/Font-Awesome
6060
git submodule add https://github.com/twbs/bootstrap.git themes/github.com/twbs/bootstrap

0 commit comments

Comments
 (0)