Skip to content

Commit b3cf49c

Browse files
committed
Update deploy.yml
1 parent e81d871 commit b3cf49c

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
deploy:
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-ubuntu-22.04
1111

1212
steps:
1313
- name: Checkout code
@@ -18,10 +18,12 @@ jobs:
1818
with:
1919
python-version: 3.x # Specify the Python version you need
2020

21+
env:
22+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2123
- name: Install dependencies
2224
run: |
23-
pip install -r requirements.txt
24-
pip install mike
25+
pip install --upgrade pip
26+
pip install mkdocs mike
2527
2628
- name: Deploy documentation
2729
run: |

0 commit comments

Comments
 (0)