Skip to content

Commit 591216b

Browse files
committed
nbdev-names
1 parent e6da7b5 commit 591216b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/deploy-manual.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
pip install -e ".[dev]"
1818
wget -nv https://www.quarto.org/download/latest/quarto-linux-amd64.deb
1919
sudo dpkg -i quarto*.deb
20-
nbdev_docs
20+
nbdev-docs
2121
- name: Deploy to GitHub Pages
2222
uses: peaceiris/actions-gh-pages@v3
2323
with:

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
set -ux
2020
python -m pip install --upgrade pip
2121
pip install -e ".[dev]"
22-
nbdev_docs
22+
nbdev-docs
2323
- name: Deploy to GitHub Pages
2424
uses: peaceiris/actions-gh-pages@v3
2525
with:

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
set -ux
2828
wget -q $(curl https://latest.fast.ai/pre/quarto-dev/quarto-cli/linux-amd64.deb)
2929
sudo dpkg -i quarto*.deb
30-
nbdev_docs
30+
nbdev-docs
3131
if [ -f "_docs/index.html" ]; then
3232
echo "docs built successfully."
3333
else

0 commit comments

Comments
 (0)