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 a5a844b commit a68abdeCopy full SHA for a68abde
.github/workflows/publish.yaml
@@ -11,7 +11,7 @@ permissions:
11
jobs:
12
github-pages:
13
runs-on: ubuntu-latest
14
- container: python:3.8
+ container: python:3.11
15
steps:
16
- uses: actions/checkout@v3
17
- name: Install system dependencies.
.github/workflows/test.yaml
@@ -7,7 +7,7 @@ on:
7
8
build:
9
10
- name: Install the site-generator
0 commit comments