Skip to content

Commit 9e31ef5

Browse files
committed
fix: ci and build process
1 parent e5c1787 commit 9e31ef5

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/automation.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,6 @@ jobs:
9696
- run: git config user.email "[email protected]"
9797
- run: git config user.name "frank pagan"
9898
- run: git commit --allow-empty -m "add dist bundle"
99+
- run: git pull origin master
100+
- run: git commit --allow-empty -m "add dist bundle"
99101
- run: git push origin master

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
node_modules
33
dist/*
44
!dist/*.min.js
5+
.npmrc
56
dist/contenteditable-chunk.min.js
67
dist/crdt-chunk.min.js
78
dist/cursors-chunk.min.js
8-
dist/text-chunk.min.js
9-
.npmrc
9+
dist/text-chunk.min.js

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ A simple S component in vanilla javascript. Easily configured using HTML5 data-a
99

1010
![CoCreate-S](https://cdn.cocreate.app/docs/CoCreate-S.gif)
1111

12-
## [Docs & Demo](https://cocreate.app/docs/clone)
12+
## [Docs & Demo](https://cocreate.app/docs/S)
1313

1414
For a complete guide and working demo refer to the [doumentation](https://cocreate.app/docs/S)
1515

0 commit comments

Comments
 (0)