Skip to content

Commit 3608729

Browse files
authored
Update deploy.yml
1 parent bbda60a commit 3608729

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ jobs:
1414
with:
1515
python-version: '3.x'
1616
- run: |
17-
pip install mkdocs mkdocs-material pymdown-extensions
18-
mkdocs gh-deploy --force --remote-branch gh-pages
17+
pip install mkdocs mkdocs-material pymdown-extensions ghp-import
18+
mkdocs build
19+
ghp-import -n -p -f site
1920
env:
2021
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)