Skip to content

Commit 54016cf

Browse files
authored
Update index-page.yml
1 parent a546047 commit 54016cf

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/index-page.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,17 @@ jobs:
1919
cache: npm
2020

2121
# releases
22+
23+
# main-v4
24+
- uses: actions/checkout@v4
25+
with:
26+
ref: 'kdoc-deploy/main-v4'
27+
path: 'public/kdoc/main-v4'
28+
29+
- run: |
30+
cp -r kdoc/main-v4/* ./
31+
rm -rf kdoc/main-v4
32+
working-directory: ./public
2233
2334
# main
2435
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)