mirror of
https://github.com/zoriya/guessit.git
synced 2026-06-02 18:40:43 +00:00
ci(mkdocs): use github-pages-deploy-action to deploy docs
This commit is contained in:
@@ -11,5 +11,15 @@ jobs:
|
||||
- uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: 3.x
|
||||
- run: pip install mkdocs-material
|
||||
- run: mkdocs gh-deploy --force
|
||||
|
||||
- run: pip install mkdocs mkdocs-material
|
||||
- run: mkdocs build
|
||||
|
||||
- name: Deploy 🚀
|
||||
uses: JamesIves/github-pages-deploy-action@3.7.1
|
||||
with:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
BRANCH: gh-pages
|
||||
FOLDER: site
|
||||
CLEAN: true
|
||||
SINGLE_COMMIT: true
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
doc.guessit.io
|
||||
Reference in New Issue
Block a user