Skip to content

Commit 9cc9c69

Browse files
committed
ci: bootstrap VitePress deploy workflow (per audit #245)
1 parent 122ff5a commit 9cc9c69

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

.github/workflows/docs-deploy.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: Deploy docs
2+
on:
3+
push:
4+
branches: [main]
5+
paths:
6+
- 'docs/**'
7+
- '.github/workflows/docs-deploy.yml'
8+
workflow_dispatch:
9+
10+
permissions:
11+
contents: read
12+
pages: write
13+
id-token: write
14+
15+
concurrency:
16+
group: pages
17+
cancel-in-progress: false
18+
19+
jobs:
20+
deploy:
21+
uses: KooshaPari/phenoShared/.github/workflows/reusable/vitepress-pages.yml@main
22+
with:
23+
concurrency_group: pages-helios-cli
24+
docs_dir: docs

0 commit comments

Comments
 (0)