Skip to content

Commit 7989d75

Browse files
Update docs.yml
1 parent 5270c60 commit 7989d75

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.github/workflows/docs.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@ name: Docs
22

33
on:
44
push:
5-
branches:
6-
- main
5+
branches: [ "main" ]
76
pull_request:
8-
branches:
9-
- main
10-
7+
branches: [ "main" ]
8+
119
jobs:
1210
build:
1311
runs-on: ubuntu-latest
@@ -29,6 +27,7 @@ jobs:
2927
run: |
3028
pip install -U sphinx
3129
pip install -U sphinx-rtd-theme
30+
ls ./
3231
3332
- name: Build Docs
3433
run: |
@@ -41,3 +40,7 @@ jobs:
4140
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
4241
BRANCH: gh-pages
4342
FOLDER: public
43+
with:
44+
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
45+
BRANCH: gh-pages
46+
FOLDER: public

0 commit comments

Comments
 (0)