Skip to content

Commit 9ae2da5

Browse files
committed
Uprev python
1 parent 669abf9 commit 9ae2da5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/jekyll-gh-pages.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ jobs:
2828
steps:
2929
- name: Checkout
3030
uses: actions/checkout@v4
31+
- name: Setup Python
32+
uses: actions/setup-python@v2
33+
with:
34+
python-version: '3.x'
3135
- name: Setup Pages
3236
uses: actions/configure-pages@v5
3337
- name: Build with Jekyll

0 commit comments

Comments
 (0)