We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc161a9 commit 32e7e8aCopy full SHA for 32e7e8a
.github/workflows/ci.yml
@@ -9,8 +9,8 @@ jobs:
9
run: sudo apt-get update && sudo apt-get install --no-install-recommends -y biber latexmk lmodern texlive-bibtex-extra texlive-latex-extra texlive-science
10
- name: Checkout
11
uses: actions/checkout@v2
12
- # - name: Change to python edition
13
- # run: sed -i 's|\\def\\edition{0}|\\def\\edition{1}|g' book.tex
+ - name: Keep Racket edition
+ run: sed -i 's|\\def\\edition{0}|\\def\\edition{0}|g' book.tex
14
- name: Build PDF
15
run: make
16
- name: Release
0 commit comments