Skip to content

Commit 60aecd1

Browse files
committed
ci: set up postcss
Signed-off-by: Mark Sagi-Kazar <[email protected]>
1 parent 4121ee0 commit 60aecd1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ jobs:
4646
cd themes/docsy
4747
npm install
4848
49+
- name: Set up PostCSS
50+
run: npm install --save-dev autoprefixer postcss-cli postcss
51+
4952
- name: Build
5053
run: hugo --environment production --baseURL ${{ steps.pages.outputs.base_url }}
5154

0 commit comments

Comments
 (0)