@@ -11,26 +11,26 @@ jobs:
11
11
deploy-book-appr :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v2
14
+ - uses : actions/checkout@v4
15
15
16
- # Install dependencies
17
- - name : Set up Python 3.11
18
- uses : actions/setup-python@v1
16
+ - name : Set up Python
17
+ uses : actions/setup-python@v5
19
18
with :
20
- python-version : 3.11
19
+ python-version : ' 3.13 '
21
20
22
21
- name : Install dependencies
23
22
run : |
24
23
pip install -r requirements.txt
25
24
working-directory : .
26
- # Build the book
25
+
27
26
- name : Build the book
28
27
run : |
29
28
sphinx-build src/appr build -E
30
29
working-directory : .
30
+
31
31
# Push the book's HTML to Infomaniak FTP
32
32
- name : 📂 Sync files
33
- uses :
SamKirkland/[email protected] .0-beta
33
+ uses :
SamKirkland/[email protected] .5
34
34
with :
35
35
server : 31826.ftp.infomaniak.com
36
36
username : 31826_elliot
@@ -41,26 +41,26 @@ jobs:
41
41
deploy-book-ens :
42
42
runs-on : ubuntu-latest
43
43
steps :
44
- - uses : actions/checkout@v2
44
+ - uses : actions/checkout@v4
45
45
46
- # Install dependencies
47
- - name : Set up Python 3.11
48
- uses : actions/setup-python@v1
46
+ - name : Set up Python
47
+ uses : actions/setup-python@v5
49
48
with :
50
- python-version : 3.11
49
+ python-version : ' 3.13 '
51
50
52
51
- name : Install dependencies
53
52
run : |
54
53
pip install -r requirements.txt
55
54
working-directory : .
56
- # Build the book
55
+
57
56
- name : Build the book
58
57
run : |
59
58
sphinx-build src/ens build -E
60
59
working-directory : .
60
+
61
61
# Push the book's HTML to Infomaniak FTP
62
62
- name : 📂 Sync files
63
- uses :
SamKirkland/[email protected] .0-beta
63
+ uses :
SamKirkland/[email protected] .5
64
64
with :
65
65
server : 31826.ftp.infomaniak.com
66
66
username : 31826_elliot
0 commit comments