Skip to content

Bump JamesIves/github-pages-deploy-action from 4.6.8 to 4.7.1 (#28) #49

Bump JamesIves/github-pages-deploy-action from 4.6.8 to 4.7.1 (#28)

Bump JamesIves/github-pages-deploy-action from 4.6.8 to 4.7.1 (#28) #49

Workflow file for this run

name: Build and Deploy
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install and Build
run: |
npm install
npm run build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4.7.1
if: github.ref == 'refs/heads/main'
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.x'
- run: pip install mistune
- uses: wtfjoke/setup-tectonic@v3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: 'gen 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@v4
with:
name: pdf
if-no-files-found: error
path: |
latex/APoSD-zh.pdf
latex/APoSD-zh.log