Skip to content

Commit d179c34

Browse files
committed
fix requirements path
1 parent 28adab8 commit d179c34

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-develop-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/setup-python@v5
1515
with:
1616
python-version: 3.x
17-
- run: pip install -r requirements/build-docs.txt
17+
- run: pip install -r requirements/docs.txt
1818
- name: Publish Develop Docs
1919
run: |
2020
git config user.name github-actions

.github/workflows/publish-release-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/setup-python@v5
1515
with:
1616
python-version: 3.x
17-
- run: pip install -r requirements/build-docs.txt
17+
- run: pip install -r requirements/docs.txt
1818
- name: Publish ${{ github.event.release.name }} Docs
1919
run: |
2020
git config user.name github-actions

0 commit comments

Comments
 (0)