We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 566b09b commit 0654908Copy full SHA for 0654908
.github/workflows/build_docs.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
13
steps:
14
- - run: apt-get update && apt-get install libgl1
+ - run: sudo apt-get update && sudo apt-get install libgl1
15
- uses: actions/checkout@v1
16
# Standard drop-in approach that should work for most people.
17
- uses: ammaraskar/sphinx-action@master
0 commit comments