Skip to content

Commit 59f3e2e

Browse files
fix
1 parent 0efdfe9 commit 59f3e2e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/hugo.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +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
5556
npm install postcss-cli
57+
npm install -D postcss
5658
git submodule add https://github.com/google/docsy.git themes/github.com/google/docsy
5759
git submodule add https://github.com/FortAwesome/Font-Awesome.git themes/github.com/FortAwesome/Font-Awesome
5860
git submodule add https://github.com/twbs/bootstrap.git themes/github.com/twbs/bootstrap

0 commit comments

Comments
 (0)