Skip to content

Commit 3b51136

Browse files
committed
add cocreate docs to ci
1 parent 545d991 commit 3b51136

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/automation.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,11 @@ jobs:
101101
- run: git pull origin master
102102
- run: git commit --allow-empty -m "add dist bundle"
103103
- run: git push origin master
104+
docs:
105+
runs-on: ubuntu-latest
106+
steps:
107+
- name: Checkout
108+
uses: actions/checkout@v2
109+
110+
- name: update documentation
111+
uses: CoCreate-app/CoCreate-docs@master

0 commit comments

Comments
 (0)