Skip to content

Commit

Permalink
fix doc workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
calad0i committed Nov 27, 2023
1 parent b9a9a43 commit ac83c83
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/sphinx-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:
run: |
cd docs
make html
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
path: 'docs/_build/html'

# Deployment job
deploy:
Expand All @@ -48,10 +52,6 @@ jobs:
runs-on: ubuntu-latest
needs: build
steps:
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
path: 'docs/_build/html'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2

0 comments on commit ac83c83

Please sign in to comment.