Skip to content

WIP linear wave theory #53

WIP linear wave theory

WIP linear wave theory #53

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,recommended,extra}
- name: Compile LaTeX document
run: |
make
- name: Upload PDF as artifact
uses: actions/upload-artifact@v4
with:
name: fluid-mechanics-notes
path: notes.pdf