From 86b1f10c39002fc235f79e0ff941da43519ae9d7 Mon Sep 17 00:00:00 2001 From: Joanne Bogart Date: Tue, 22 Oct 2024 17:17:48 -0700 Subject: [PATCH] update workflow to build from "docs" rather than "doc" --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 5d36a01..2db136b 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -13,7 +13,7 @@ jobs: pip install sphinx sphinx_rtd_theme sphinx_toolbox sphinxcontrib-autoprogram sphinxcontrib.datatemplates - name: Sphinx build run: | - sphinx-build doc _build + sphinx-build docs _build - name: Deploy uses: peaceiris/actions-gh-pages@v3 # if: ${{ github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/skycat_doc2' }}