We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0efdfe9 commit 59f3e2eCopy full SHA for 59f3e2e
1 file changed
.github/workflows/hugo.yml
@@ -52,7 +52,9 @@ jobs:
52
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
53
- name: Get theme
54
run: |
55
+ npm install --save-dev autoprefixer
56
npm install postcss-cli
57
+ npm install -D postcss
58
git submodule add https://github.com/google/docsy.git themes/github.com/google/docsy
59
git submodule add https://github.com/FortAwesome/Font-Awesome.git themes/github.com/FortAwesome/Font-Awesome
60
git submodule add https://github.com/twbs/bootstrap.git themes/github.com/twbs/bootstrap
0 commit comments