plugin/ocp_get_feature_fid_c5h:Added the OCP Get Feature FID=C5h comm… #131
Workflow file for this run
This file contains hidden or 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] | |
| paths: | |
| - Documentation/** | |
| pull_request: | |
| branches: [master] | |
| paths: | |
| - Documentation/** | |
| 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 |