Skip to content

fix: adjusted right hand rule image #390

fix: adjusted right hand rule image

fix: adjusted right hand rule image #390

Workflow file for this run

name: Build LaTeX document
on:
push:
branches:
- main
jobs:
build_latex:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v3
- name: Compile LaTeX document
uses: xu-cheng/latex-action@v2
with:
root_file: "**/*.tex"
glob_root_file: true
work_in_root_file_dir: true
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: true
title: "Latest Build"
files: |
LICENSE
**/*.pdf