Commit a915ef1 1 parent 8fba2f2 commit a915ef1 Copy full SHA for a915ef1
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,18 +3,18 @@ name: Build and Deploy Sphinx Documentation
3
3
on :
4
4
push :
5
5
branches :
6
- - main # or your default branch
6
+ - main
7
7
8
8
jobs :
9
9
build-and-deploy :
10
10
runs-on : ubuntu-latest
11
11
permissions :
12
12
contents : write
13
13
steps :
14
- - uses : actions/checkout@v4 # Updated from v3
14
+ - uses : actions/checkout@v4
15
15
16
16
- name : Set up Python
17
- uses : actions/setup-python@v5 # Updated from v4
17
+ uses : actions/setup-python@v5
18
18
with :
19
19
python-version : ' 3.x'
20
20
Original file line number Diff line number Diff line change 22
22
exclude_patterns = ['_build' , 'Thumbs.db' , '.DS_Store' ]
23
23
24
24
html_theme = 'sphinx_rtd_theme'
25
- html_static_path = ['_static' ]
25
+ html_static_path = ['_static' ]
You can’t perform that action at this time.
0 commit comments