Skip to content

#371: docs: update m.css version #130

#371: docs: update m.css version

#371: docs: update m.css version #130

Workflow file for this run

name: Build Documentation
on:
push:
branches:
- develop
- 371-fix-documentation-issues
jobs:
build:
runs-on: ubuntu-latest
env:
REPO: lifflander1/checkpoint
ARCH: amd64
UBUNTU: 20.04
COMPILER_TYPE: gnu
COMPILER: gcc-8
BUILD_TYPE: release
ULIMIT_CORE: 0
TOKEN: ${{ secrets.GH_PAT }}
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker compose run ubuntu-docs