Skip to content

Commit

Permalink
Update sphinx2pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Katrijne-at-Vito authored Nov 20, 2024
1 parent 667d6aa commit 5b44db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sphinx2pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: docker run --rm -v $GITHUB_WORKSPACE:/workspace --workdir /workspace/docs sphinxdoc/sphinx sh -c "pip3 install -r requirements.txt; make html"

# Create an artifact of the HTML output
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: Documentation
path: docs/_build/html/
Expand Down

0 comments on commit 5b44db7

Please sign in to comment.