Subversion Repositories Tewi

Rev

Rev 267 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 267 Rev 268
Line 1... Line 1...
1
# $Id: doc.yml 267 2024-10-05 09:19:25Z nishi $
1
# $Id: doc.yml 268 2024-10-05 09:20:29Z nishi $
2
 
2
 
3
name: "Build Tewi HTTPd Document"
3
name: "Build Tewi HTTPd Document"
4
 
4
 
5
on:
5
on:
6
  workflow_dispatch:
6
  workflow_dispatch:
7
  push:
7
  push:
8
 
8
 
9
concurrency:
9
concurrency:
10
  group: "build"
10
  group: "doc"
11
  cancel-in-progress: true
11
  cancel-in-progress: true
12
 
12
 
13
jobs:
13
jobs:
14
  doc:
14
  doc:
15
 
15