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 47945fe commit 05ad6dcCopy full SHA for 05ad6dc
.github/workflows/build_docs.yml
@@ -4,6 +4,7 @@ on:
4
push:
5
branches:
6
- main
7
+ - cy/docs-action
8
9
jobs:
10
build:
@@ -12,7 +13,7 @@ jobs:
12
13
14
steps:
15
- run: sudo apt-get update && sudo apt-get install libgl1
- - run: /usr/local/bin/python -m pip install --upgrade pip
16
+ - run: pip install --upgrade pip
17
- uses: actions/checkout@v1
18
# Standard drop-in approach that should work for most people.
19
- uses: ammaraskar/sphinx-action@master
0 commit comments