Skip to content

Commit

Permalink
fixing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
joamatab committed Dec 8, 2024
1 parent cfe86f7 commit 1fa5b53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,12 @@ jobs:
run: |
sudo apt update
sudo apt-get install -y libglu1-mesa
make uv install
- name: Build docs
env:
SIMCLOUD_APIKEY: ${{ secrets.SIMCLOUD_APIKEY }}
run: |
make uv
make install
uv run jb build docs
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 1fa5b53

Please sign in to comment.