Skip to content

Commit 4dc37b4

Browse files
authored
Update auto-publish.yml
1 parent 292e21b commit 4dc37b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/auto-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ on:
99
jobs:
1010
main:
1111
name: Setup, build, and Deploy to gh-pages branch
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checking out the repository
1515
uses: actions/checkout@v4
16-
- name: Setting up Python 3.7
16+
- name: Setting up Python 3.9
1717
uses: actions/setup-python@v5
1818
with:
19-
python-version: '3.7'
19+
python-version: '3.9'
2020
- name: Installing and updating Bikeshed
2121
run: pip3 install bikeshed && bikeshed update
2222
shell: bash

0 commit comments

Comments
 (0)