Skip to content

Commit 18f5a16

Browse files
committed
docs: format workflow files
1 parent d242af5 commit 18f5a16

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
@@ -22,16 +22,21 @@ jobs:
2222
ref: ${{ github.event.repository.default_branch }}
2323
persist-credentials: false
2424
fetch-depth: 0
25+
2526
- name: Set up Python
2627
uses: actions/setup-python@v5
2728
with:
2829
python-version: '3.10'
30+
2931
- name: Set up env
3032
run: make -C docs setupenv
33+
3134
- name: Build docs
3235
run: make -C docs multiversion
36+
3337
- name: Build redirects
3438
run: make -C docs redirects
39+
3540
- name: Deploy docs to GitHub Pages
3641
run: ./docs/_utils/deploy.sh
3742
env:

.github/workflows/docs-pr.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,14 @@ jobs:
2424
with:
2525
persist-credentials: false
2626
fetch-depth: 0
27+
2728
- name: Set up Python
2829
uses: actions/setup-python@v5
2930
with:
3031
python-version: '3.10'
32+
3133
- name: Set up env
3234
run: make -C docs setupenv
35+
3336
- name: Build docs
3437
run: make -C docs test

0 commit comments

Comments
 (0)