Skip to content

Fix typo in Miller Rabin #3

Fix typo in Miller Rabin

Fix typo in Miller Rabin #3

Workflow file for this run

name: Deploy PDF
on:
push:
branches:
- main
jobs:
deploy-pdf:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up dependencies
run: sudo apt-get update && sudo apt-get install -y texlive-latex-recommended texlive-fonts-extra
- name: Build comprog.pdf
run: make clean && make
- name: Upload comprog.pdf
uses: actions/upload-artifact@v4
with:
name: comprog.pdf
path: comprog.pdf