From 54d4309efd561d5ac93ff8e12f518d74acd31bcf Mon Sep 17 00:00:00 2001 From: Tifa <62847935+Tiphereth-A@users.noreply.github.com> Date: Sat, 21 Oct 2023 05:37:16 +0800 Subject: [PATCH] ci: fix --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c58195e..96675b1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: