Skip to content

Commit 2438ac4

Browse files
committed
trying to fix docs
1 parent 50f656d commit 2438ac4

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/workflows/build_docs.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v2
1313

14-
- name: Set up Python 3.8
15-
uses: actions/setup-python@v2
16-
with:
17-
python-version: 3.8
14+
- name: Set up Python 3.8
15+
uses: actions/setup-python@v2
16+
with:
17+
python-version: 3.8
1818

19-
- name: Install dependencies
20-
run: |
21-
python -m pip install --upgrade pip
22-
python -m pip install -r dev.requirements.txt
23-
- name: Build the book
24-
run: |
25-
make html docs/
26-
- name: GitHub Pages action
27-
uses: peaceiris/[email protected]
28-
with:
29-
github_token: ${{ secrets.GITHUB_TOKEN }}
30-
publish_dir: ./_build/html
19+
- name: Install dependencies
20+
run: |
21+
python -m pip install --upgrade pip
22+
python -m pip install -r dev.requirements.txt
23+
- name: Build the book
24+
run: |
25+
make html docs/
26+
- name: GitHub Pages action
27+
uses: peaceiris/[email protected]
28+
with:
29+
github_token: ${{ secrets.GITHUB_TOKEN }}
30+
publish_dir: ./_build/html

0 commit comments

Comments
 (0)