Skip to content

Commit

Permalink
Merge pull request #5 from epic-gateway/new-epicgw-website
Browse files Browse the repository at this point in the history
fix docsy dependencies
  • Loading branch information
adamdunstan authored Oct 30, 2023
2 parents 837ba69 + 7aeeca4 commit eb99939
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
uses: actions/configure-pages@v3
- name: Install Node.js dependencies
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
- name: Install postcss-cli
run: npm install -g postcss-cli
- name: Install docsy & dependencies
run: npm install --save-dev google/docsy#semver:0.7.1 autoprefixer postcss-cli postcss
- name: Build with Hugo
env:
# For maximum backward compatibility with Hugo modules
Expand Down

0 comments on commit eb99939

Please sign in to comment.