feat(python): add python 3.10 support, drop python 3.5 support

This commit is contained in:
Rémi Alvergnat
2021-11-04 21:44:07 +01:00
parent 1a7db40a1f
commit a8ea88de31
21 changed files with 76 additions and 82 deletions
+6 -6
View File
@@ -16,10 +16,10 @@ jobs:
- run: mkdocs build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@3.7.1
uses: JamesIves/github-pages-deploy-action@4.1.5
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: site
CLEAN: true
SINGLE_COMMIT: true
token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
folder: site
clean: true
single-commit: true