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 5270c60 commit 7989d75Copy full SHA for 7989d75
.github/workflows/docs.yml
@@ -2,12 +2,10 @@ name: Docs
2
3
on:
4
push:
5
- branches:
6
- - main
+ branches: [ "main" ]
7
pull_request:
8
9
10
-
+
11
jobs:
12
build:
13
runs-on: ubuntu-latest
@@ -29,6 +27,7 @@ jobs:
29
27
run: |
30
28
pip install -U sphinx
31
pip install -U sphinx-rtd-theme
+ ls ./
32
33
- name: Build Docs
34
@@ -41,3 +40,7 @@ jobs:
41
40
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
42
BRANCH: gh-pages
43
FOLDER: public
+ with:
44
+ ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
45
+ BRANCH: gh-pages
46
+ FOLDER: public
0 commit comments