Skip to content

Commit 899fef3

Browse files
chore(ci): stop publishing to gh-pages branch (#6902)
Adding build step
1 parent f93f626 commit 899fef3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/reusable_publish_docs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,9 @@ jobs:
5353
with:
5454
python-version: "3.12"
5555
cache: "poetry"
56-
- name: Install dependencies
57-
run: make dev
56+
- name: Install doc generation dependencies
57+
run: |
58+
pip install --require-hashes -r docs/requirements.txt
5859
- name: Git client setup
5960
run: |
6061
git config --global user.name Docs deploy

0 commit comments

Comments
 (0)