Skip to content

Commit

Permalink
chore: print out buf_size
Browse files Browse the repository at this point in the history
Will increase it once we know what the value is.
  • Loading branch information
sanjayankur31 committed Jan 14, 2025
1 parent 13571ea commit 131cef7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
sudo apt-get update -y
sudo apt-get install build-essential -y
sudo apt-get install texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended texlive-fonts-extra texlive-xetex latexmk -y
- name: Update buf_size in texmf.cnf
run: |
kpsewhich -a texmf.cnf
grep -i "^buf_size" `kpsewhich -a texmf.cnf`
- name: Disable building jupyter-books
run: |
sed -i "s/execute_notebooks.*/execute_notebooks: 'off'/" source/_config.yml
Expand Down

0 comments on commit 131cef7

Please sign in to comment.