Skip to content

Commit

Permalink
Update jupyter-book-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
turulomio committed Mar 21, 2024
1 parent d5b9d74 commit 23e8a5e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/jupyter-book-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install jupyter-book ghp-import pydicts
- name: Configure git authentication
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git config --global user.email "turulomio@yahoo.es"
git config --global user.name "turulomio"
# This line is crucial for your issue
git config --global http.https://github.com/.extraheader "AUTHORIZATION: basic $(echo -n x-access-token:${GITHUB_TOKEN} | base64)"
- name: Build Jupyter Book
run: |
jupyter-book build jupyter/
Expand Down

0 comments on commit 23e8a5e

Please sign in to comment.