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 d97fe57 commit 97a1e5dCopy full SHA for 97a1e5d
.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
requirements.txt
@@ -1 +1 @@
1
-aip-site-generator==0.6.0
+aip-site-generator==0.6.4
0 commit comments