Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacZhangzhuo committed Jan 11, 2024
1 parent b6b756b commit 800aeb8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
docs:
runs-on: ubuntu-latest
steps:
- name: install libegl1
run: sudo apt-get install libegl1
- name: install python3-opengl
run: sudo apt-get install python3-opengl
- uses: compas-dev/compas-actions.docs@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 800aeb8

Please sign in to comment.