Skip to content

Commit

Permalink
remove pdf build for now
Browse files Browse the repository at this point in the history
  • Loading branch information
yingang committed Feb 27, 2024
1 parent da8a826 commit 3d7eb47
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,28 +19,3 @@ jobs:
with:
branch: gh-pages
folder: docs/.vuepress/dist

latex-build:
name: "PDF Build"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.9'
- run: pip install mistune
- uses: wtfjoke/setup-tectonic@v3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Generate TeX Files
run: python latex/convert2latex.py
- name: Run Tectonic
run: tectonic --keep-logs latex/APoSD-zh.tex
- name: Upload PDF
uses: actions/upload-artifact@v3
with:
name: pdf
if-no-files-found: error
path: |
latex/APoSD-zh.pdf
latex/APoSD-zh.log

0 comments on commit 3d7eb47

Please sign in to comment.