Skip to content

Commit 05ad6dc

Browse files
committed
Update build_docs.yml
1 parent 47945fe commit 05ad6dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- cy/docs-action
78

89
jobs:
910
build:
@@ -12,7 +13,7 @@ jobs:
1213

1314
steps:
1415
- run: sudo apt-get update && sudo apt-get install libgl1
15-
- run: /usr/local/bin/python -m pip install --upgrade pip
16+
- run: pip install --upgrade pip
1617
- uses: actions/checkout@v1
1718
# Standard drop-in approach that should work for most people.
1819
- uses: ammaraskar/sphinx-action@master

0 commit comments

Comments
 (0)