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 bbda60a commit 3608729Copy full SHA for 3608729
.github/workflows/deploy.yml
@@ -14,7 +14,8 @@ jobs:
14
with:
15
python-version: '3.x'
16
- run: |
17
- pip install mkdocs mkdocs-material pymdown-extensions
18
- mkdocs gh-deploy --force --remote-branch gh-pages
+ pip install mkdocs mkdocs-material pymdown-extensions ghp-import
+ mkdocs build
19
+ ghp-import -n -p -f site
20
env:
21
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments