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 cc89254 commit 0ab0a87Copy full SHA for 0ab0a87
.github/workflows/gh-pages-deploy.yaml
@@ -23,4 +23,6 @@ jobs:
23
- name: Deploy to GH Pages
24
run: |
25
pip install ghp-import
26
- ghp-import -p -f -o -m "Deployed $(git rev-parse --short HEAD)" ./docs/
+ ghp-import --push --force --no-history --no-jekyll \
27
+ --message="Deployed $(git rev-parse --short HEAD)" \
28
+ ./docs/
0 commit comments