Skip to content

added nullable: true to core #7

added nullable: true to core

added nullable: true to core #7

Workflow file for this run

name: Build Docs
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker build . --tag build-docs
- name: Run the Docker image
run: docker run -w /src -v ./Specification:/src/Specification -v ./build:/src/build build-docs ./Scripts/buildDocs.sh