Skip to content

Commit

Permalink
docs..
Browse files Browse the repository at this point in the history
  • Loading branch information
aceisace authored Dec 7, 2023
1 parent bef9310 commit 14f445c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
with:
ref: main

- name: Set up Python 3.9
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: 3.11

- name: Install Dependencies
run: |
Expand All @@ -34,8 +34,7 @@ jobs:
run: |
sudo apt-get install python3-sphinx
pip install sphinxemoji sphinx_rtd_theme recommonmark
cd docsource
make html && make github && cd ..
cd docsource && make github
- name: Check if there are any changes
id: verify_diff
Expand Down

0 comments on commit 14f445c

Please sign in to comment.