File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -59,21 +59,21 @@ jobs:
59
59
run : |
60
60
poetry run jupyter nbconvert --execute --to notebook --inplace ${{ steps.glob.outputs.paths }}
61
61
62
- - name : Generate docs
63
- working-directory : docs/
64
- run : make html
65
-
66
- - name : Setup Pages
67
- if : github.ref == 'refs/heads/main'
68
- uses : actions/configure-pages@v5
69
-
70
- - name : Upload artifact
71
- if : github.ref == 'refs/heads/main'
72
- uses : actions/upload-pages-artifact@v3
73
- with :
74
- path : " docs/_build/html/"
75
-
76
- - name : Deploy to GitHub Pages
77
- if : github.ref == 'refs/heads/main'
78
- id : deployment
79
- uses : actions/deploy-pages@v4
62
+ - name : Generate docs
63
+ working-directory : docs/
64
+ run : make html
65
+
66
+ - name : Setup Pages
67
+ if : github.ref == 'refs/heads/main'
68
+ uses : actions/configure-pages@v5
69
+
70
+ - name : Upload artifact
71
+ if : github.ref == 'refs/heads/main'
72
+ uses : actions/upload-pages-artifact@v3
73
+ with :
74
+ path : " docs/_build/html/"
75
+
76
+ - name : Deploy to GitHub Pages
77
+ if : github.ref == 'refs/heads/main'
78
+ id : deployment
79
+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments