Skip to content

Commit

Permalink
Coerce environment sharing with inject
Browse files Browse the repository at this point in the history
  • Loading branch information
edrogers committed Oct 10, 2024
1 parent e202e26 commit f3c39ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
sudo apt update
sudo apt install python3-pip
sudo apt install pipx
pipx install nbconvert cogapp
pipx install nbconvert
pipx inject nbconvert cogapp
jupyter-nbconvert welcome.ipynb --to slides
mv welcome.slides.html index.html
cog --check README.md
Expand Down

0 comments on commit f3c39ae

Please sign in to comment.