From 9deb07ff3caa88b2ec477528e8082e4fd6f2cbfd Mon Sep 17 00:00:00 2001 From: Manvitha Ponnapati Date: Fri, 25 Oct 2024 23:07:48 -0700 Subject: [PATCH] Update docs.yml --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index a1bdedfa..37a9d437 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -24,7 +24,7 @@ jobs: - name: Build the Sphinx documentation working-directory: ./docs - run: make html + run: sphinx-apidoc -o . ../src/aviary && make clean && make html - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3