From 7e0179c806386b977c0e328f71b447a0f2bab9c9 Mon Sep 17 00:00:00 2001 From: Vivek Gopalakrishnan Date: Thu, 5 Mar 2026 13:46:04 -0500 Subject: [PATCH] Update deploy.yaml --- .github/workflows/deploy.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 5e0f76e03..3bac527ea 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -31,12 +31,12 @@ jobs: - name: Doing editable install shell: bash -l {0} run: | - test -f setup.py && pip install -e ".[dev]" + pip install -e ".[dev]" - - name: Run nbdev_docs + - name: Run nbdev-docs shell: bash -l {0} run: | - nbdev_docs + nbdev-docs - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3