types: error information log entry status field definitions #225
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: docs | |
on: | |
push: | |
branches: [master] | |
pull_request: | |
branches: [master] | |
workflow_dispatch: | |
jobs: | |
build-docs: | |
name: build documentation | |
runs-on: ubuntu-latest | |
container: | |
image: ghcr.io/linux-nvme/debian:latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: build | |
run: | | |
scripts/build.sh docs |