From 49fba265ddfa707fbe216c09dd82d91a114796d5 Mon Sep 17 00:00:00 2001 From: DylanAlloy Date: Fri, 22 Dec 2023 22:37:38 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20fix(wip):=20no=20setup=3F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index a8039f0..a004478 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -21,7 +21,7 @@ jobs: python-version: 3.11 - name: Installing the library run: | - python setup.py install && pip install sphinx sphinx_rtd_theme + pip install sphinx sphinx_rtd_theme - name: Running the Sphinx to gh-pages Action uses: uibcdf/action-sphinx-docs-to-gh-pages@v1.1.0 with: