File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ name: Deploy Documentation to GitHub Pages
22
33on :
44 push :
5- branches : [ "formatting-changes" ]
6-
5+ branches : [ "formatting-changes" ]
6+
77 workflow_dispatch :
88
99permissions :
@@ -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 :
5353 steps :
5454 - name : Deploy to GitHub Pages
5555 id : deployment
56- uses : actions/deploy-pages@v4
56+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments