Skip to content
This repository was archived by the owner on Jan 25, 2022. It is now read-only.

Commit a6ed684

Browse files
update publish script to not try to add ecmarkup.{j,cs}s
1 parent 303e701 commit a6ed684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publi.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ git checkout --orphan "$TEMP_BRANCH"
2222
npm install
2323
make
2424
git reset .
25-
git add -f index.html ecmarkup.{js,css}
25+
git add -f index.html
2626
git commit -m 'gh-pages'
2727
git push -f origin HEAD:gh-pages
2828
git checkout -f "$CURRENT_BRANCH"

0 commit comments

Comments
 (0)