File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ jobs:
19
19
runs-on : ubuntu-latest
20
20
steps :
21
21
- name : Checkout repository
22
- uses : actions/checkout@v3
22
+ uses : actions/checkout@v4
23
23
- name : Run Sphinx documentation build
24
24
uses :
ammaraskar/[email protected]
25
25
with :
26
26
docs-folder : " ./"
27
27
- name : Upload documentation artifact
28
- uses : actions/upload-pages-artifact@v1
28
+ uses : actions/upload-pages-artifact@v3
29
29
with :
30
30
path : _build/html/
31
31
deploy :
38
38
steps :
39
39
- name : Deploy to GitHub Pages
40
40
id : deployment
41
- uses : actions/deploy-pages@v1
41
+ uses : actions/deploy-pages@v4
Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- name : Checkout repository
11
- uses : actions/checkout@v3
11
+ uses : actions/checkout@v4
12
12
- name : Run Sphinx documentation build
13
13
uses :
ammaraskar/[email protected]
14
14
with :
15
15
docs-folder : " ./"
16
16
- name : Upload documentation artifact
17
- uses : actions/upload-artifact@v3
17
+ uses : actions/upload-artifact@v4
18
18
with :
19
19
name : documentation
20
- path : _build/html/
20
+ path : _build/html/
You can’t perform that action at this time.
0 commit comments