Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiphereth-A committed Oct 20, 2023
1 parent 9f0823e commit 54d4309
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
- name: Generate TeX files
run: |
pip install -r requirements.txt
python manager.py -L debug gen-cs
python manager.py -L debug gen-nb
python manager.py -l DEBUG gen-cs
python manager.py -l DEBUG gen-nb
- name: Build the LaTeX document
uses: xu-cheng/latex-action@v2
with:
Expand Down

0 comments on commit 54d4309

Please sign in to comment.