diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index e7d6073..0d90985 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -17,14 +17,12 @@ jobs: run: | ls ${{ gitea.workspace }} - run: echo "🍏 This job's status is ${{ job.status }}." - Compile-Tex: + build_latex: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - name: check out repository - - name: Compile document + - name: Set up Git repository + uses: actions/checkout@v3 + - name: Compile LaTeX document uses: xu-cheng/latex-action@v3 with: - root_file: | - test.tex - - run: ls + root_file: main.tex