Skip to content

Commit 32e7e8a

Browse files
committed
debugging the release process
1 parent dc161a9 commit 32e7e8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
run: sudo apt-get update && sudo apt-get install --no-install-recommends -y biber latexmk lmodern texlive-bibtex-extra texlive-latex-extra texlive-science
1010
- name: Checkout
1111
uses: actions/checkout@v2
12-
# - name: Change to python edition
13-
# run: sed -i 's|\\def\\edition{0}|\\def\\edition{1}|g' book.tex
12+
- name: Keep Racket edition
13+
run: sed -i 's|\\def\\edition{0}|\\def\\edition{0}|g' book.tex
1414
- name: Build PDF
1515
run: make
1616
- name: Release

0 commit comments

Comments
 (0)