Skip to content

Commit 40ac76b

Browse files
committed
perhaps this is how its done... updating deployment
1 parent 77b1e0f commit 40ac76b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/docs-deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,7 @@ jobs:
3636
mkdocs-material-
3737
3838
- name: Deploy to gh-pages
39-
run: python3 -m mkdocs gh-deploy -b gh-pages --force
39+
run: |
40+
source myenv/bin/activate
41+
mkdocs gh-deploy -b gh-pages --force
4042

0 commit comments

Comments
 (0)