mirror of
https://github.com/zoriya/guessit.git
synced 2026-06-01 18:15:52 +00:00
feat(python): add python 3.10 support, drop python 3.5 support
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user