Skip to content

Commit

Permalink
Update jupyter-book-publish.yml (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
turulomio committed Mar 21, 2024
1 parent 11952d2 commit a682d76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/jupyter-book-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install jupyter-book ghp-import pydicts
pip install jupyter-book ghp-import
pip install .
- name: Configure git authentication
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit a682d76

Please sign in to comment.