Skip to content

Commit cc89254

Browse files
committed
Deploy versioned docs from master.
1 parent 57f4c70 commit cc89254

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,8 @@ jobs:
1919
- name: Build and Deploy
2020
run: |
2121
source ./venv/bin/activate
22-
cd ChunkyDocs
23-
python -m mkdocs gh-deploy --force
22+
./build.sh
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/

0 commit comments

Comments
 (0)