Skip to content

Commit

Permalink
Merge pull request #8 from VITObelgium/fix-github-actions-doc-workflow
Browse files Browse the repository at this point in the history
fix-github-actions-doc-workflow
  • Loading branch information
StijnCaerts authored Dec 3, 2024
2 parents f00d4e8 + 9490b1b commit c1a1390
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sphinx2pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Build HTML docs
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@v4
with:
name: Documentation
path: docs/_build/html/
Expand Down

0 comments on commit c1a1390

Please sign in to comment.