Skip to content

Commit 6ebf7f4

Browse files
authored
Merge pull request #59 from ONS-Innovation/KEH-921-2
KEH-921-2 - Fix MkDocs Deployment
2 parents 6df2a51 + 5e41bf2 commit 6ebf7f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy_mkdocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@ jobs:
2727
path: .cache
2828
restore-keys: |
2929
mkdocs-material-
30+
- run: pip install poetry
3031
- run: poetry install --only docs
31-
- run: mkdocs gh-deploy --force
32+
- run: poetry run mkdocs gh-deploy --force

0 commit comments

Comments
 (0)