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 13a93db commit dc161a9Copy full SHA for dc161a9
.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: Change to python edition
+ # run: sed -i 's|\\def\\edition{0}|\\def\\edition{1}|g' book.tex
14
- name: Build PDF
15
run: make
16
- name: Release
0 commit comments