Skip to content

Commit

Permalink
debugging the release process
Browse files Browse the repository at this point in the history
  • Loading branch information
jsiek committed Oct 29, 2023
1 parent dc161a9 commit 32e7e8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
run: sudo apt-get update && sudo apt-get install --no-install-recommends -y biber latexmk lmodern texlive-bibtex-extra texlive-latex-extra texlive-science
- name: Checkout
uses: actions/checkout@v2
# - name: Change to python edition
# 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
- name: Build PDF
run: make
- name: Release
Expand Down

0 comments on commit 32e7e8a

Please sign in to comment.