Commit 5765f4b1 authored by liziwl's avatar liziwl
Browse files

update flow

parent c7c5e256
Loading
Loading
Loading
Loading
+4 −7
Original line number Diff line number Diff line
@@ -19,14 +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 doc
            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