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 59f3e2e commit 578708bCopy full SHA for 578708b
1 file changed
.github/workflows/hugo.yml
@@ -52,9 +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
+ npm install autoprefixer
56
npm install postcss-cli
57
- npm install -D postcss
+ npm install 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