Skip to content

Commit 5386b94

Browse files
authored
Update deploy.yaml (#412)
1 parent 9205dee commit 5386b94

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ jobs:
3131
- name: Doing editable install
3232
shell: bash -l {0}
3333
run: |
34-
test -f setup.py && pip install -e ".[dev]"
34+
pip install -e ".[dev]"
3535
36-
- name: Run nbdev_docs
36+
- name: Run nbdev-docs
3737
shell: bash -l {0}
3838
run: |
39-
nbdev_docs
39+
nbdev-docs
4040
4141
- name: Deploy to GitHub Pages
4242
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)