Skip to content

Commit 88968a6

Browse files
committed
4A - fix workflow
1 parent ff23a74 commit 88968a6

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

.github/workflows/deploy-pages.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,18 @@ jobs:
2929
with:
3030
python-version: '3.12'
3131

32+
- name: Setup Node.js
33+
uses: actions/setup-node@v4
34+
with:
35+
node-version: '20'
36+
37+
- name: Install Node tools
38+
run: |
39+
npm install --no-audit --no-fund --no-save html-minifier-next critical
40+
3241
- name: Build docs
3342
run: |
34-
pip install markdown
43+
pip install markdown zstandard
3544
python docs/build.py
3645
3746
- name: Setup Pages

0 commit comments

Comments
 (0)