wdc: Add support for cu_smart-log command on SN861 #175
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 |