File tree Expand file tree Collapse file tree 4 files changed +24
-34
lines changed Expand file tree Collapse file tree 4 files changed +24
-34
lines changed Original file line number Diff line number Diff line change 26
26
repository : DoubleML/doubleml-for-py
27
27
path : doubleml-for-py
28
28
29
- - name : Install SSH Client for deploying the docu to github pages
30
- uses :
webfactory/[email protected]
31
- with :
32
- ssh-private-key : ${{ secrets.DEPLOY_KEY }}
33
-
34
29
- name : Install graphviz
35
30
run : sudo apt-get install graphviz
36
31
69
64
shell : Rscript {0}
70
65
71
66
- name : Cache R packages
72
- uses : actions/cache@v2
67
+ uses : actions/cache@v3
73
68
with :
74
69
path : ${{ env.R_LIBS_USER }}
75
70
key : doubleml-user-guide-dev-${{ hashFiles('.github/R-version') }}
@@ -87,13 +82,13 @@ jobs:
87
82
make -C doc html # build docu
88
83
89
84
- name : Deploy to dev
90
- uses : JamesIves/github-pages-deploy-action@3.7.1
85
+ uses : JamesIves/github-pages-deploy-action@v4
91
86
with :
92
- REPOSITORY_NAME : DoubleML/doubleml.github.io
93
- BRANCH : main
94
- FOLDER : doc/_build/html
95
- TARGET_FOLDER : dev
96
- GIT_CONFIG_NAME : DoubleML Deploy Bot
97
- GIT_CONFIG_EMAIL :
[email protected]
98
- CLEAN : true
99
- SSH : true
87
+ repository-name : DoubleML/doubleml.github.io
88
+ branch : main
89
+ folder : doc/_build/html
90
+ target-folder : dev
91
+ git-config-name : DoubleML Deploy Bot
92
+ git-config-email :
[email protected]
93
+ clean : true
94
+ ssh-key : ${{ secrets.DEPLOY_KEY }}
Original file line number Diff line number Diff line change 15
15
- name : Check out the repo containing the docu source
16
16
uses : actions/checkout@v3
17
17
18
- - name : Install SSH Client for deploying the docu to github pages
19
- uses :
webfactory/[email protected]
20
- with :
21
- ssh-private-key : ${{ secrets.DEPLOY_KEY }}
22
-
23
18
- name : Install graphviz
24
19
run : sudo apt-get install graphviz
25
20
55
50
shell : Rscript {0}
56
51
57
52
- name : Cache R packages
58
- uses : actions/cache@v2
53
+ uses : actions/cache@v3
59
54
with :
60
55
path : ${{ env.R_LIBS_USER }}
61
56
key : doubleml-user-guide-stable-${{ hashFiles('.github/R-version') }}
@@ -73,13 +68,13 @@ jobs:
73
68
make -C doc html # build docu
74
69
75
70
- name : Deploy to stable
76
- uses : JamesIves/github-pages-deploy-action@3.7.1
71
+ uses : JamesIves/github-pages-deploy-action@v4
77
72
with :
78
- REPOSITORY_NAME : DoubleML/doubleml.github.io
79
- BRANCH : main
80
- FOLDER : doc/_build/html
81
- TARGET_FOLDER : stable
82
- GIT_CONFIG_NAME : DoubleML Deploy Bot
83
- GIT_CONFIG_EMAIL :
[email protected]
84
- CLEAN : true
85
- SSH : true
73
+ repository-name : DoubleML/doubleml.github.io
74
+ branch : main
75
+ folder : doc/_build/html
76
+ target-folder : stable
77
+ git-config-name : DoubleML Deploy Bot
78
+ git-config-email :
[email protected]
79
+ clean : true
80
+ ssh-key : ${{ secrets.DEPLOY_KEY }}
Original file line number Diff line number Diff line change 87
87
shell : Rscript {0}
88
88
89
89
- name : Cache R packages
90
- uses : actions/cache@v2
90
+ uses : actions/cache@v3
91
91
with :
92
92
path : ${{ env.R_LIBS_USER }}
93
93
key : doubleml-test-build-dev-${{ hashFiles('.github/R-version') }}
@@ -119,7 +119,7 @@ jobs:
119
119
make -C doc linkcheck
120
120
121
121
- name : Upload html artifacts
122
- uses : actions/upload-artifact@v2
122
+ uses : actions/upload-artifact@v3
123
123
with :
124
124
name : build_html
125
125
path : doc/_build/html/
Original file line number Diff line number Diff line change 58
58
shell : Rscript {0}
59
59
60
60
- name : Cache R packages
61
- uses : actions/cache@v2
61
+ uses : actions/cache@v3
62
62
with :
63
63
path : ${{ env.R_LIBS_USER }}
64
64
key : doubleml-test-build-stable-${{ hashFiles('.github/R-version') }}
80
80
make -C doc linkcheck
81
81
82
82
- name : Upload html artifacts
83
- uses : actions/upload-artifact@v2
83
+ uses : actions/upload-artifact@v3
84
84
with :
85
85
name : build_html
86
86
path : doc/_build/html/
You can’t perform that action at this time.
0 commit comments