Unverified Commit ebb96afb authored by liziwl's avatar liziwl Committed by GitHub
Browse files

Merge pull request #32 from SUSTech-CRA/fix/tilde2

使用2020 texlive 修复文档编译错误
parents eb5eec30 5bbdb90c
Loading
Loading
Loading
Loading
+4 −6
Original line number Diff line number Diff line
@@ -19,13 +19,11 @@ jobs:
      - name: Checkout
        uses: actions/checkout@v2

      - name: Compile LaTeX document
        uses: xu-cheng/texlive-action/full@v1
      - name: run texlive docker container
        uses: docker://texlive/texlive:TL2020-historic
        # https://hub.docker.com/r/texlive/texlive
        with:
          run: |
            apk add make
            make test
            make clean
          args: make cleanall doc test clean

      - name: Archive Release
        uses: thedoctor0/zip-release@master
+4 −5
Original line number Diff line number Diff line
@@ -9,12 +9,11 @@ jobs:
      - name: Checkout
        uses: actions/checkout@v2

      - name: Compile LaTeX document
        uses: xu-cheng/texlive-action/full@v1
      - name: run texlive docker container
        uses: docker://texlive/texlive:TL2020-historic
        # https://hub.docker.com/r/texlive/texlive
        with:
          run: |
            apk add make
            make test
          args: make doc test

      - name: Publish PDF as actions assets
        uses: actions/upload-artifact@v2