Skip to content

Commit 8ea5973

Browse files
authored
Add package installation step to workflow
1 parent 04e67d4 commit 8ea5973

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
steps:
99
- name: Checkout main
1010
uses: actions/checkout@v2
11+
- name: Install package
12+
run: pip install .
1113
- name: deploy
1214
uses: mhausenblas/mkdocs-deploy-gh-pages@1.26
1315
env:

0 commit comments

Comments
 (0)