Skip to content

Feat: replace jekyll with mkdocs #4638

Feat: replace jekyll with mkdocs

Feat: replace jekyll with mkdocs #4638

Workflow file for this run

name: test
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: installdeps
run: sudo ./build.sh installdeps
- name: build
run: |
if ! ./build.sh test
then
debug/bin/unit_test
fi