Skip to content

Commit

Permalink
🚧 fix(wip): setuppy
Browse files Browse the repository at this point in the history
  • Loading branch information
mxchinegod committed Dec 23, 2023
1 parent 32c90c2 commit 3ef972a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.11
- name: Installing the library
shell: bash -l {0}
run: |
python setup.py install && pip install sphinx sphinx_rtd_theme
- name: Running the Sphinx to gh-pages Action
Expand Down

0 comments on commit 3ef972a

Please sign in to comment.