Skip to content

fixed a sign in ccw_rotation + readability #71

fixed a sign in ccw_rotation + readability

fixed a sign in ccw_rotation + readability #71

Workflow file for this run

name: Test build on pull requests
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the master branch
pull_request:
branches: [ master ]
jobs:
build_latex:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v2
- name: pdflatex main
uses: dante-ev/latex-action@latest
with:
root_file: main.tex
compiler: pdflatex
args: -interaction=nonstopmode -shell-escape
- name: pdflatex main
uses: dante-ev/latex-action@latest
with:
root_file: main.tex
compiler: pdflatex
args: -interaction=nonstopmode -shell-escape
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: main.pdf
path: main.pdf