From 1bb38d868a8c7963ec5691436e0748a84436d286 Mon Sep 17 00:00:00 2001 From: StrongMods Date: Sun, 10 Sep 2023 04:53:41 -0900 Subject: [PATCH] Fix github action documentation.yaml --- .github/workflows/documentation.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index 12e1acd..0e2d30d 100644 --- a/.github/workflows/documentation.yaml +++ b/.github/workflows/documentation.yaml @@ -18,11 +18,13 @@ jobs: pip install sphinx - name: Update version + working-directory: ./strongmod run: make strongmod/version.py - name: Sphinx build run: | - sphinx-build ./docs/source/ ./docs/build + sphinx-build ./strongmod/docs/source/ ./docs/build + - name: Deploy uses: peaceiris/actions-gh-pages@v3 with: