Skip to content

Commit

Permalink
Update documentation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Barry57 authored Oct 30, 2024
1 parent 3fd00fd commit b0d2acf
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,16 @@ jobs:
virtualenvs-in-project: false
installer-parallel: true

- name: Set Poetry PATH
run: |
echo "C:\Users\runneradmin\.local\bin" >> $GITHUB_PATH
- name: Install Pandoc
run: |
choco install pandoc
- name: Add Poetry to PATH
run: |
echo "$env:APPDATA\Python\Python39\Scripts" >> $env:GITHUB_PATH
- name: Build the documentation with Sphinx
run: |
poetry install --all-extras
poetry run sphinx-build -b html source build/html
shell: cmd

0 comments on commit b0d2acf

Please sign in to comment.