Skip to content

Commit d4e7ff3

Browse files
authored
ci: add GitHub Actions workflow to generate docs
1 parent 2b9e30d commit d4e7ff3

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Generate docs
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
paths:
8+
- ".github/workflows/generate-docs.yml"
9+
- "types/**"
10+
workflow_dispatch:
11+
12+
jobs:
13+
generate-docs:
14+
permissions:
15+
contents: write
16+
pull-requests: write
17+
uses: BlueLua/bluelua.github.io/.github/workflows/generate-docs.yml@main

0 commit comments

Comments
 (0)