Skip to content

Thermal wind balance #27

Thermal wind balance

Thermal wind balance #27

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