From 7f3a28c64ecbd31489e9288aea41ab33b3636b72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andri=20Kr=C3=A4mer?= Date: Thu, 24 Oct 2024 15:07:02 +0200 Subject: [PATCH] fixed path --- quarto-ghp/action.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/quarto-ghp/action.yaml b/quarto-ghp/action.yaml index bcd6173..7ef9def 100644 --- a/quarto-ghp/action.yaml +++ b/quarto-ghp/action.yaml @@ -55,8 +55,10 @@ runs: else test -f setup.py && pip install -e ".[dev]" fi + cd nbs FILE_LIST=$(find . -maxdepth 1 -name '*.ipynb' -print0 | xargs -0 echo) jupyter nbconvert --execute --to notebook --inplace $FILE_LIST + cd .. nbdev_docs - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3