Skip to content

Some sufistications into profile screen. Started connection to the RP… #57

Some sufistications into profile screen. Started connection to the RP…

Some sufistications into profile screen. Started connection to the RP… #57

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"