Update CI

This commit is contained in:
Alexandre Vicenzi 2023-03-31 23:51:09 +02:00
parent f3c6635cd8
commit 426452cc82
2 changed files with 2 additions and 12 deletions

View file

@ -8,10 +8,10 @@ jobs:
strategy:
matrix:
python-version:
- 3.6
- 3.7
- 3.8
- 3.9
- 3.10
- 3.11
steps:
- name: Checkout
uses: actions/checkout@v2

View file

@ -1,10 +0,0 @@
language: python
python:
- "3.6"
- "3.7"
- "3.8"
install:
- pip install -r docs/requirements.txt
script: pelican -s docs/pelicanconf.py
notifications:
email: false