mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 13:04:10 +01:00
Revert "Update GHA to install docsy CSS build dependencies"
This reverts commit 5c52d4f714.
This commit is contained in:
parent
343edc7a12
commit
6e4c18480f
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
|
@ -121,12 +121,6 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
npm i
|
npm i
|
||||||
npm run get-proposals
|
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"
|
- name: "⚙️ hugo"
|
||||||
run: hugo --baseURL "${{ needs.calculate-baseurl.outputs.baseURL }}" -d "spec"
|
run: hugo --baseURL "${{ needs.calculate-baseurl.outputs.baseURL }}" -d "spec"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue