Skip to content

Commit 60191fa

Browse files
chore(ci): stop publishing to gh-pages branch (#6903)
* Adding build step * Adding build step * Adding build step * Adding build step * Adding debug * Adding debug * Adding debug * Adding debug
1 parent 899fef3 commit 60191fa

File tree

3 files changed

+278
-168
lines changed

3 files changed

+278
-168
lines changed

.github/workflows/reusable_publish_docs.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,13 @@ jobs:
4646
with:
4747
fetch-depth: 0
4848
ref: ${{ inputs.git_ref }}
49-
- name: Install poetry
50-
run: pipx install poetry
5149
- name: Set up Python
5250
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
5351
with:
5452
python-version: "3.12"
55-
cache: "poetry"
5653
- name: Install doc generation dependencies
5754
run: |
55+
cat docs/requirements.txt
5856
pip install --require-hashes -r docs/requirements.txt
5957
- name: Git client setup
6058
run: |

docs/requirements.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
mkdocs-git-revision-date-plugin==0.3.2
22
mkdocstrings-python==1.16.12
33
mkdocs-llmstxt==0.2.0
4+
mkdocs-material==9.5.50

0 commit comments

Comments
 (0)