Skip to content

Commit 96a5440

Browse files
committed
docs: format workflow files
1 parent de7d035 commit 96a5440

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/docs-pages.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,21 @@ jobs:
2626
ref: ${{ github.event.repository.default_branch }}
2727
persist-credentials: false
2828
fetch-depth: 0
29+
2930
- name: Set up Python
3031
uses: actions/setup-python@v6
3132
with:
3233
python-version: '3.10'
34+
3335
- name: Set up env
3436
run: make -C docs setupenv
37+
3538
- name: Build docs
3639
run: make -C docs multiversion
40+
3741
- name: Build redirects
3842
run: make -C docs redirects
43+
3944
- name: Deploy docs to GitHub Pages
4045
run: ./docs/_utils/deploy.sh
4146
env:

.github/workflows/docs-pr.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,14 @@ jobs:
3232
with:
3333
persist-credentials: false
3434
fetch-depth: 0
35+
3536
- name: Set up Python
3637
uses: actions/setup-python@v6
3738
with:
3839
python-version: '3.10'
40+
3941
- name: Set up env
4042
run: make -C docs setupenv
43+
4144
- name: Build docs
4245
run: make -C docs test

0 commit comments

Comments
 (0)