File tree 1 file changed +17
-15
lines changed
1 file changed +17
-15
lines changed Original file line number Diff line number Diff line change 8
8
push :
9
9
branches : ["master", "dham/delete_dolfin_adjoint"]
10
10
11
+ pull :
12
+
11
13
# Allows you to run this workflow manually from the Actions tab
12
14
workflow_dispatch :
13
15
@@ -31,27 +33,27 @@ jobs:
31
33
- uses : actions/checkout@v3
32
34
- name : Install
33
35
run : |
34
- python -m pip install -e '.[doc]'
36
+ python -m pip install --user - e '.[doc]'
35
37
- name : Setup Pages
36
38
id : pages
37
39
uses : actions/configure-pages@v3
38
40
- name : Build with sphinx
39
41
run : |
40
42
cd docs
41
43
make html
42
- - name : Upload artifact
43
- uses : actions/upload-pages-artifact@v2
44
- with :
45
- path : ./docs/build/html
44
+ # - name: Upload artifact
45
+ # uses: actions/upload-pages-artifact@v2
46
+ # with:
47
+ # path: ./docs/build/html
46
48
47
49
# Deployment job
48
- deploy :
49
- environment :
50
- name : github-pages
51
- url : ${{ steps.deployment.outputs.page_url }}
52
- runs-on : ubuntu-latest
53
- needs : build
54
- steps :
55
- - name : Deploy to GitHub Pages
56
- id : deployment
57
- uses : actions/deploy-pages@v2
50
+ # deploy:
51
+ # environment:
52
+ # name: github-pages
53
+ # url: ${{ steps.deployment.outputs.page_url }}
54
+ # runs-on: ubuntu-latest
55
+ # needs: build
56
+ # steps:
57
+ # - name: Deploy to GitHub Pages
58
+ # id: deployment
59
+ # uses: actions/deploy-pages@v2
You can’t perform that action at this time.
0 commit comments