Skip to content

Commit a915ef1

Browse files
committed
deploy
1 parent 8fba2f2 commit a915ef1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/docs.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ name: Build and Deploy Sphinx Documentation
33
on:
44
push:
55
branches:
6-
- main # or your default branch
6+
- main
77

88
jobs:
99
build-and-deploy:
1010
runs-on: ubuntu-latest
1111
permissions:
1212
contents: write
1313
steps:
14-
- uses: actions/checkout@v4 # Updated from v3
14+
- uses: actions/checkout@v4
1515

1616
- name: Set up Python
17-
uses: actions/setup-python@v5 # Updated from v4
17+
uses: actions/setup-python@v5
1818
with:
1919
python-version: '3.x'
2020

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
2323

2424
html_theme = 'sphinx_rtd_theme'
25-
html_static_path = ['_static']
25+
html_static_path = ['_static']

0 commit comments

Comments
 (0)