Skip to content

Fixed visually the certificate form, but still has a bug on typing #86

Fixed visually the certificate form, but still has a bug on typing

Fixed visually the certificate form, but still has a bug on typing #86

Workflow file for this run

name: LaTeX Build
on:
push:
branches:
- prototype
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Copy assets
run: cp -r ./docs/project-proposal/assets/* ./docs/project-proposal
- name: Compile LaTeX
uses: xu-cheng/latex-action@v3
with:
root_file: project-proposal.tex
working_directory: ./docs/project-proposal
extra_system_packages: "inkscape"