Skip to content

conf.py: support cancel latex command in latex generation #77

conf.py: support cancel latex command in latex generation

conf.py: support cancel latex command in latex generation #77

Workflow file for this run

name: Pages
on:
push:
branch:
- master
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
- name: Update modification date and commit info
run: make modify-date
- name: Build and Commit
uses: sphinx-notes/pages@master
with:
extra_files: |
LICENSE
- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages