From 14f445c0872c2ff143124f185035aaeec50a79b1 Mon Sep 17 00:00:00 2001 From: Ace Date: Thu, 7 Dec 2023 20:55:16 +0100 Subject: [PATCH] docs.. --- .github/workflows/update-docs.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/update-docs.yml b/.github/workflows/update-docs.yml index d0592562..c3e87e78 100644 --- a/.github/workflows/update-docs.yml +++ b/.github/workflows/update-docs.yml @@ -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: | @@ -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