Merging upstream version 2.10.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
736f2f7c80
commit
37275c4af3
530 changed files with 12276 additions and 4877 deletions
26
.github/workflows/docs.yaml
vendored
Normal file
26
.github/workflows/docs.yaml
vendored
Normal file
|
@ -0,0 +1,26 @@
|
|||
---
|
||||
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/igaw/linux-nvme/debian:latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: build
|
||||
run: |
|
||||
scripts/build.sh docs
|
Loading…
Add table
Add a link
Reference in a new issue