From 83eb7e2fe0f2fb93f6f65c6fc033d4097272bc28 Mon Sep 17 00:00:00 2001 From: gandalfr-ky Date: Tue, 26 Mar 2024 01:54:51 +0000 Subject: [PATCH] fixed workflow --- .github/workflows/gh_pages.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gh_pages.yml b/.github/workflows/gh_pages.yml index 13390544..044bec1c 100644 --- a/.github/workflows/gh_pages.yml +++ b/.github/workflows/gh_pages.yml @@ -28,7 +28,9 @@ jobs: python -m pip install --upgrade pip pip install sphinx sphinx-autoapi - name: Build docs - run: make html + run: + cd ./api && \ + make html - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3 with: