Commit 1fff6080 authored by liziwl's avatar liziwl
Browse files

fix ci

parent 15787e44
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ jobs:
        uses: actions/upload-artifact@v2
        with:
          name: Example-PDFs
          path: public-test/sustechthesis-example*.pdf
          path: public-test/*.pdf

      # - name: Deploy PDF to latest branch
      #   uses: peaceiris/actions-gh-pages@v3
+1 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@ set -x

SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
RT_DIR="$( dirname "${SCRIPT_DIR}" )"
mkdir "$RT_DIR/public-test"

# 备份原文件
cp "$RT_DIR/sustechthesis-example.tex" "$RT_DIR/sustechthesis-example.tex.bak"