Skip to content

Commit 7162477

Browse files
committed
Merge branch 'dev'
2 parents e9fea91 + 0102792 commit 7162477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install dependencies
2727
run: |
2828
python -m pip install -U pip
29-
python -m pip install -r ./docs/requirements.txt
29+
python -m pip install -r ./requirements.dev.txt
3030
- name: Publish mkdocs
3131
env:
3232
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)