Skip to content

Commit 5697234

Browse files
committed
Added missing call to gh-deploy
1 parent fb86fe2 commit 5697234

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/Deploy_site.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ jobs:
3030
with:
3131
python-version: 3.x
3232
- run: pip install mkdocs
33-
- run: pip install -r requirements.txt
33+
- run: pip install -r requirements.txt
34+
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)