Skip to content

Commit f59bec1

Browse files
authored
[automation] Copy docs from beta branch
Populates beta.tinybase.org
1 parent f055f31 commit f59bec1

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.github/workflows/betaSite.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
on:
2+
push:
3+
branches:
4+
- beta
5+
workflow_dispatch:
6+
7+
jobs:
8+
betaSite:
9+
runs-on: ubuntu-latest
10+
steps:
11+
12+
- name: Copy
13+
id: copy
14+
uses: andstor/copycat-action@v3
15+
with:
16+
personal_token: ${{ secrets.TINYPLEXBOT_PERSONAL_ACCESS_TOKEN }}
17+
src_branch: beta
18+
src_path: docs
19+
exclude: "**/CNAME"
20+
dst_owner: tinyplex
21+
dst_repo_name: tinybase-site-beta
22+
dst_branch: main
23+
dst_path: /
24+
commit_message: "[action] Mirrored from tinybase beta branch."
25+
username: tinyplexbot
26+

0 commit comments

Comments
 (0)