diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index e14fc1e..58653f6 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -11,9 +11,10 @@ jobs: uses: actions/checkout@v4 - name: Compile LaTeX document uses: xu-cheng/latex-action@v3 - run: make #with: # root_file: sponsordoc.tex + - name: Build LaTeX document + run: make - name: Upload PDF file uses: actions/upload-artifact@v4 with: