Skip to content

Commit

Permalink
ci: Fix sphinx pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
thomass-dev committed Feb 28, 2025
1 parent 375bfc7 commit 1f5babc
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,19 +106,12 @@ jobs:
with:
python-version: '3.12'
cache: 'pip'
- shell: bash
run: wget -qO- "${SKRUB_DATA_URL}" | tar -zxvf - -C "${HOME}"
env:
SKRUB_DATA_URL: https://skore.probabl.ai/f355443be646d49eab1aa76e29dfd0a8/skrub-data.tar.gz
HOME: ${{ github.workspace }}
- uses: ./.github/actions/sphinx/build
timeout-minutes: 60
with:
SPHINX_VERSION: ${{ needs.sphinx-version.outputs.SPHINX_VERSION }}
SPHINX_RELEASE: ${{ needs.sphinx-version.outputs.SPHINX_RELEASE }}
SPHINX_DOMAIN: ${{ vars.DOCUMENTATION_DOMAIN }}
env:
HOME: ${{ github.workspace }}
- uses: actions/upload-artifact@v4
with:
name: sphinx-html-artifact
Expand Down

0 comments on commit 1f5babc

Please sign in to comment.