Skip to content

Commit 65dcc38

Browse files
committed
Minor whitespace cleanup
1 parent f90c0b7 commit 65dcc38

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Deploy Documentation to GitHub Pages
22

33
on:
44
push:
5-
branches: [ "formatting-changes" ]
6-
5+
branches: [ "formatting-changes" ]
6+
77
workflow_dispatch:
88

99
permissions:
@@ -21,27 +21,27 @@ jobs:
2121
steps:
2222
- name: Checkout repository
2323
uses: actions/checkout@v5
24-
24+
2525
- name: Set up Python
2626
uses: actions/setup-python@v6
2727
with:
2828
python-version: '3.12'
29-
29+
3030
- name: Install Hatch
3131
run: pip install hatch
32-
32+
3333
- name: Install dependencies
3434
run: |
3535
pip install -e ".[docs]"
36-
36+
3737
- name: Build documentation
3838
run: |
39-
cd docs
39+
cd docs
4040
make html
41-
41+
4242
- name: Setup Pages
4343
uses: actions/configure-pages@v4
44-
44+
4545
- name: Upload artifact
4646
uses: actions/upload-pages-artifact@v3
4747
with:
@@ -53,4 +53,4 @@ jobs:
5353
steps:
5454
- name: Deploy to GitHub Pages
5555
id: deployment
56-
uses: actions/deploy-pages@v4
56+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)