Skip to content

Commit ae9e259

Browse files
authored
Update deploy-pages.yaml
1 parent b192e51 commit ae9e259

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/deploy-pages.yaml

+6-1
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,14 @@ jobs:
2727

2828
# Steps represent a sequence of tasks that will be executed as part of the job
2929
steps:
30+
- name: Set up Python 3.11
31+
uses: actions/setup-python@v2
32+
with:
33+
python-version: "3.11"
34+
3035
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
3136
- uses: actions/checkout@v3
32-
37+
3338
# Runs a single command using the runners shell
3439
- name: Install
3540
run: |

0 commit comments

Comments
 (0)