Skip to content

Commit

Permalink
Disable PDF diff before #126 finish
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNetAdmin committed Jan 14, 2021
1 parent f290a38 commit 80a8288
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
run: ./script/ci/setup.sh
- name: Build Test in Docker
run: docker run --mount src=$GITHUB_WORKSPACE/,target=/zjuthesis,type=bind adnrv/texlive:full /zjuthesis/script/ci/github-action/build_undergrad.sh
- name: PDF Diff
run: bash script/ci/pdf-diff/diff_report.sh
# - name: PDF Diff
# run: bash script/ci/pdf-diff/diff_report.sh
- name: Upload Output Files
if: ${{ always() }}
uses: actions/upload-artifact@v1
Expand Down Expand Up @@ -67,8 +67,8 @@ jobs:
run: ./script/ci/setup.sh
- name: Build Test in Docker
run: docker run --mount src=$GITHUB_WORKSPACE/,target=/zjuthesis,type=bind adnrv/texlive:full /zjuthesis/script/ci/github-action/build_grad.sh
- name: PDF Diff
run: bash script/ci/pdf-diff/diff_report.sh
# - name: PDF Diff
# run: bash script/ci/pdf-diff/diff_report.sh
- name: Upload Output Files
if: ${{ always() }}
uses: actions/upload-artifact@v1
Expand Down

0 comments on commit 80a8288

Please sign in to comment.