From 97ba4e56b0a88b12140064d66a29d9da338d3a15 Mon Sep 17 00:00:00 2001 From: Andrew Zhu Date: Tue, 13 Feb 2024 19:07:14 -0500 Subject: [PATCH] build: I think this is why the docs are borked --- .github/workflows/docs.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 888fcd3..21ff0fd 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -22,12 +22,12 @@ jobs: - name: Build docs working-directory: ./docs - run: sphinx-build -T -E -W --keep-going -b html "." "_build" + run: sphinx-build -T -E -W --keep-going -b html "." "_build/html" -# - name: Upload artifact -# uses: actions/upload-pages-artifact@v3 -# with: -# path: 'docs/_build/html/' + - name: Upload artifact + uses: actions/upload-pages-artifact@v3 + with: + path: 'docs/_build/html/' deploy: # Add a dependency to the build job @@ -48,4 +48,6 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 \ No newline at end of file + uses: actions/deploy-pages@v4 + with: + url: "https://fanoutqa.com" \ No newline at end of file