Skip to content

Commit f54604f

Browse files
committed
Fix the bug in the docs step of the publishing job
1 parent 2c998b8 commit f54604f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publishing.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ jobs:
115115
- uses: actions/setup-python@v4
116116
with:
117117
python-version: 3.12
118-
- run: pip install -r requirements-doc.txt
119118
- run: pip install awscli
119+
- run: pip install -r requirements-doc.txt
120120
- run: pip install -e .
121121
- run: (cd docs && make clean html)
122122
- run: |

0 commit comments

Comments
 (0)