Skip to content

Commit 0cac8aa

Browse files
Update deploy.yml
1 parent 080beac commit 0cac8aa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@v4
1717
- name: Setup Python
1818
uses: actions/setup-python@v4
1919
with:
20-
python-version: '3.11'
20+
python-version: '3.12'
2121
- name: Install the dependencies
2222
run: |
2323
python -m pip install -r requirements.txt
@@ -26,7 +26,7 @@ jobs:
2626
cp README.md content
2727
jupyter lite build --contents content --output-dir dist
2828
- name: Upload artifact
29-
uses: actions/upload-pages-artifact@v1
29+
uses: actions/upload-pages-artifact@v3
3030
with:
3131
path: ./dist
3232

@@ -45,4 +45,4 @@ jobs:
4545
steps:
4646
- name: Deploy to GitHub Pages
4747
id: deployment
48-
uses: actions/deploy-pages@v1
48+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)