Skip to content

Commit 7bb2e56

Browse files
authored
Reorder mkdocs gh-deploy command in CI workflow
1 parent a9a10e2 commit 7bb2e56

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ jobs:
3434
mkdocs-material-
3535
- run: pip install mkdocs-material
3636

37-
38-
- run: mkdocs gh-deploy --force
39-
4037
- run: pip install pdoc
4138
- run: pip install -e .
4239
- run: pdoc epicure -o docs/api
40+
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)