File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -29,11 +29,10 @@ jobs:
29
29
url : ${{ steps.deployment.outputs.page_url }}
30
30
runs-on : ubuntu-latest
31
31
steps :
32
+ - name : Checkout
33
+ uses : actions/checkout@v3
32
34
33
- - name : Checkout
34
- uses : actions/checkout@v3
35
-
36
- - name : Set up Python
35
+ - name : Set up Python
37
36
uses : actions/setup-python@v2
38
37
with :
39
38
python-version : 3.9
@@ -58,15 +57,16 @@ jobs:
58
57
make clean
59
58
make html
60
59
61
- - name : Setup Pages
62
- uses : actions/configure-pages@v3
60
+ - name : Setup Pages
61
+ uses : actions/configure-pages@v3
63
62
64
- - name : Upload artifact
65
- uses : actions/upload-pages-artifact@v2
66
- with :
67
- # Upload just docs
68
- path : ' docs/sphinx/build/html'
63
+ - name : Upload artifact
64
+ uses : actions/upload-pages-artifact@v2
65
+ with :
66
+ # Upload just docs
67
+ path : ' docs/sphinx/build/html'
69
68
70
- - name : Deploy to GitHub Pages
71
- id : deployment
72
- uses : actions/deploy-pages@v2
69
+ - name : Deploy to GitHub Pages
70
+ id : deployment
71
+ uses : actions/deploy-pages@v2
72
+
You can’t perform that action at this time.
0 commit comments