Update gh-pages.yml

This commit is contained in:
Divano
2025-06-30 10:16:31 +08:00
committed by GitHub
parent 870a4554c7
commit 8fb6b5f731
+4 -1
View File
@@ -18,4 +18,7 @@ jobs:
with:
python-version: 3.x
- run: pip install mkdocs-material mkdocs-get-deps mkdocs-material-extensions mkdocs-multilang
- run: mkdocs gh-deploy --force --remote-name origin
- name: Deploy to GitHub Pages
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: mkdocs gh-deploy --force --remote-name origin