Skip to content

launch_heavy_3: Specs, overview, & repairs #570

launch_heavy_3: Specs, overview, & repairs

launch_heavy_3: Specs, overview, & repairs #570

Workflow file for this run

name: CI
on:
pull_request:
types: [opened, reopened, synchronize]
push:
branches:
- '!master'
jobs:
Build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
lfs: true
- name: Install mdBook
env:
MDBOOK_VERSION: 0.4.30
run: curl -sSL https://github.com/rust-lang/mdBook/releases/download/v${MDBOOK_VERSION}/mdbook-v${MDBOOK_VERSION}-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=/usr/local/bin
- name: Build
run: mdbook build