Skip to content

Commit

Permalink
fixed path
Browse files Browse the repository at this point in the history
  • Loading branch information
mtln committed Oct 24, 2024
1 parent 5ff6377 commit 7f3a28c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions quarto-ghp/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7f3a28c

Please sign in to comment.