Skip to content

Commit

Permalink
change path
Browse files Browse the repository at this point in the history
  • Loading branch information
m-reuter committed Nov 29, 2023
1 parent f39f03d commit 7c5a4f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
- name: Install package
run: |
python -m pip install --progress-bar off --upgrade pip setuptools wheel
python -m pip install --progress-bar off stable/.[doc]
python -m pip install --progress-bar off main/.[doc]
- name: Display system information
run: fsqc-sys_info --developer
- name: Build doc
run: TZ=UTC sphinx-build ./stable/doc ./doc-build/dev -W --keep-going
run: TZ=UTC sphinx-build ./main/doc ./doc-build/dev -W --keep-going
- name: Upload documentation
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 7c5a4f1

Please sign in to comment.