Skip to content

Commit

Permalink
renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdremov committed Dec 18, 2024
1 parent f662afe commit 75bc28b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
uses: actions/configure-pages@v5
- name: Merge
run: |
# pip install -r pip_requirements.txt
# pip install jupyterlab black[jupyter]
pip install -r requirements.txt
pip install jupyterlab black[jupyter]
python pages/merger.py \
src/story/Introduction.ipynb \
src/story/Question_1.ipynb \
Expand Down

0 comments on commit 75bc28b

Please sign in to comment.