Skip to content

6 publish documentation to GitHub pages #59

6 publish documentation to GitHub pages

6 publish documentation to GitHub pages #59

Workflow file for this run

---
name: Test Build
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test-build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
distro:
- fedora-41
- fedora-42
- ubuntu-jammy
- ubuntu-noble
- rocky-9
container:
image: ghcr.io/nationalsecurityagency/seabee-build-${{ matrix.distro }}:latest
steps:
- name: Checkout source code
uses: actions/checkout@v4
- name: Run `make release`
run: make release