Skip to content

Merge pull request #2 from wavesgroup/build-pdf #6

Merge pull request #2 from wavesgroup/build-pdf

Merge pull request #2 from wavesgroup/build-pdf #6

Workflow file for this run

name: build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up TeX Live
run: |
sudo apt update
sudo apt install -y texlive-latex-base
- name: Compile LaTeX document
run: |
make
- name: Upload PDF as artifact
uses: actions/upload-artifact@v4
with:
name: fluid-mechanics-notes
path: notes.pdf