1 parent 122ff5a commit 9cc9c69Copy full SHA for 9cc9c69
1 file changed
.github/workflows/docs-deploy.yml
@@ -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