-
Notifications
You must be signed in to change notification settings - Fork 710
37 lines (33 loc) · 808 Bytes
/
docs.yaml
File metadata and controls
37 lines (33 loc) · 808 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
# SPDX-License-Identifier: GPL-2.0-or-later
#
# This file is part of nvme.
# Copyright (c) 2026 SUSE LLC
#
# Authors: Daniel Wagner <[email protected]>
name: Build documentation
on:
push:
branches: [master]
paths:
- Documentation/**
- libnvme/doc/**
pull_request:
branches: [master]
paths:
- Documentation/**
- libnvme/doc/**
workflow_dispatch:
jobs:
build-docs:
name: build documentation
runs-on: ubuntu-latest
container:
image: ghcr.io/linux-nvme/debian:latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Mark repo as safe for git
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: build
run: |
scripts/build.sh docs