mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-27 05:24:10 +01:00
Update GHA to install docsy CSS build dependencies
This commit is contained in:
parent
fba8967816
commit
5c52d4f714
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
|
@ -121,6 +121,12 @@ jobs:
|
|||
run: |
|
||||
npm i
|
||||
npm run get-proposals
|
||||
- name: "⚙️ npm — docsy"
|
||||
# Install dependencies according to https://github.com/google/docsy/#prerequisites
|
||||
run: |
|
||||
cd themes/docsy
|
||||
npm i
|
||||
npm i --save-dev autoprefixer postcss-cli postcss
|
||||
- name: "⚙️ hugo"
|
||||
run: hugo --baseURL "${{ needs.calculate-baseurl.outputs.baseURL }}" -d "spec"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue