Skip to content

Commit

Permalink
Fix doc workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
eliemichel committed Mar 2, 2024
1 parent 4db36ee commit 48724f4
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/gen-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,15 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: '>=1.21.0'
- run: |
cd "${{ github.workspace }}"
pip install -r doc/requirements.txt
make docs
- uses: actions/setup-python@v5
with:
python-version: '3.11'
cache: 'pip'
- run: pip install -r doc/requirements.txt
- run: make docs
- uses: actions/upload-pages-artifact@v3
with:
path: doc/site

# Deployment job
deploy:
Expand Down

0 comments on commit 48724f4

Please sign in to comment.