Skip to content

add an action to build the book #1

add an action to build the book

add an action to build the book #1

Workflow file for this run

name: build book
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
cpp-linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install dependencies
run: |
sudo apt-get update -y -qq
sudo apt-get -qq -y install texlive build-essential
- name: Build
run: |
make
- name: Archive
uses: actions/upload-artifact@v3
with:
name: book-pdf
path: CompHydroTutorial.pdf