We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 292e21b commit 4dc37b4Copy full SHA for 4dc37b4
.github/workflows/auto-publish.yml
@@ -9,14 +9,14 @@ on:
9
jobs:
10
main:
11
name: Setup, build, and Deploy to gh-pages branch
12
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
13
steps:
14
- name: Checking out the repository
15
uses: actions/checkout@v4
16
- - name: Setting up Python 3.7
+ - name: Setting up Python 3.9
17
uses: actions/setup-python@v5
18
with:
19
- python-version: '3.7'
+ python-version: '3.9'
20
- name: Installing and updating Bikeshed
21
run: pip3 install bikeshed && bikeshed update
22
shell: bash
0 commit comments