File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ jobs:
13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- name : Checkout
16
- uses : actions/checkout@v3
16
+ uses : actions/checkout@v4
17
17
- name : Setup Python
18
- uses : actions/setup-python@v4
18
+ uses : actions/setup-python@v5
19
19
with :
20
- python-version : ' 3.10 '
20
+ python-version : ' 3.11 '
21
21
- name : Install the dependencies
22
22
run : |
23
23
python -m pip install -r requirements.txt
26
26
cp README.md content
27
27
jupyter lite build --contents content --output-dir dist
28
28
- name : Upload artifact
29
- uses : actions/upload-artifact@v4
29
+ uses : actions/upload-pages- artifact@v3
30
30
with :
31
31
path : ./dist
32
32
45
45
steps :
46
46
- name : Deploy to GitHub Pages
47
47
id : deployment
48
- uses : actions/deploy-pages@v1
48
+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments