Skip to content

Commit 0ab0a87

Browse files
committed
Disable jekyll.
1 parent cc89254 commit 0ab0a87

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/gh-pages-deploy.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,6 @@ jobs:
2323
- name: Deploy to GH Pages
2424
run: |
2525
pip install ghp-import
26-
ghp-import -p -f -o -m "Deployed $(git rev-parse --short HEAD)" ./docs/
26+
ghp-import --push --force --no-history --no-jekyll \
27+
--message="Deployed $(git rev-parse --short HEAD)" \
28+
./docs/

0 commit comments

Comments
 (0)