Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
glemaitre committed Dec 17, 2023
1 parent 1f24454 commit a2d7314
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/deploy-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,20 @@ jobs:
with:
fetch-depth: 0

- uses: prefix-dev/[email protected]
- name: Set up Python
uses: actions/setup-python@v4
with:
pixi-version: v0.10.0
cache: true
python-version: "3.10"

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Build the documentation
run: pixi run build-doc
run: |
cd doc
make html
- name: Update the main gh-page website
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
Expand Down

0 comments on commit a2d7314

Please sign in to comment.