Skip to content

Commit

Permalink
build: I think this is why the docs are borked
Browse files Browse the repository at this point in the history
  • Loading branch information
zhudotexe committed Feb 14, 2024
1 parent c8607b8 commit 97ba4e5
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -48,4 +48,6 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v4
with:
url: "https://fanoutqa.com"

0 comments on commit 97ba4e5

Please sign in to comment.