Skip to content

Commit 048e550

Browse files
committed
use cron
1 parent 42a378d commit 048e550

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/typedoc.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: "Deploy typedoc to Pages"
22

33
on:
44
push:
5-
branches: ["main"]
5+
branches: [main]
6+
schedule:
7+
- cron: 0 14 * * */3
68

79
permissions:
810
pages: write
@@ -18,7 +20,7 @@ jobs:
1820
- name: Checkout
1921
uses: actions/checkout@v4
2022
with:
21-
repository: valapi/node-valapi
23+
repository: valapi/node-valapi
2224
- name: Setup Pages
2325
uses: actions/configure-pages@v5
2426
- name: Setup Node
@@ -32,6 +34,7 @@ jobs:
3234
- name: Upload artifact
3335
uses: actions/upload-pages-artifact@v3
3436
with:
35-
path: './docs'
37+
path: ./docs
3638
- name: Deploy to GitHub Pages
39+
id: deployment
3740
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)