Skip to content

Commit c4c53c6

Browse files
committed
More fixes for publishing
1 parent ba36efe commit c4c53c6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,10 @@ jobs:
3131
- uses: actions/setup-python@v5
3232
with:
3333
python-version: ${{ matrix.python-version }}
34-
- run: pip install zensical
35-
- run: python3 -m zensical.main build -f zensical.yml --clean
34+
- run: |
35+
python -m pip install --upgrade pip build
36+
python -m pip install -r requirements/docs.txt
37+
- run: python -m zensical.main build -f zensical.yml --clean
3638
- uses: actions/upload-pages-artifact@v4
3739
with:
3840
path: site

0 commit comments

Comments
 (0)