Skip to content

Commit a06657e

Browse files
committed
chore: fix ci
1 parent 37cd5d5 commit a06657e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/update-docs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ jobs:
2929
with:
3030
python-version: '3.11'
3131

32-
- run: pip install mkdocs-material
33-
- run: mkdocs gh-deploy --force
32+
- run: pip install poetry mkdocs-material
3433

3534
- name: Cache MkDocs Dependencies
3635
uses: actions/cache@v4

0 commit comments

Comments
 (0)