Skip to content

Commit

Permalink
🚧 fix(wip): testing req.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
mxchinegod committed Dec 23, 2023
1 parent d6bf9d9 commit caec37e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
python-version: 3.11
- name: Installing the library
run: |
pip install sphinx sphinx_rtd_theme
pip install sphinx sphinx_rtd_theme && pip install -r requirements.txt
- name: Running the Sphinx to gh-pages Action
uses: uibcdf/[email protected]
with:
Expand Down

0 comments on commit caec37e

Please sign in to comment.