Skip to content
This repository was archived by the owner on Feb 20, 2025. It is now read-only.

Commit d7945d1

Browse files
committed
chore: page 增加 classes.md
1 parent 4ab18ca commit d7945d1

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

gh-page.sh

+9-9
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ node ../packages/nodeppt/bin/nodeppt build media.md
1111
node ../packages/nodeppt/bin/nodeppt build background.md
1212
node ../packages/nodeppt/bin/nodeppt build classes.md
1313

14-
# cd dist
14+
cd dist
1515

16-
# echo 'nodeppt.js.org' > CNAME
17-
# git init
18-
# git add -A
19-
# date_str=`date "+DATE: %m/%d/%Y%nTIME: %H:%M:%S"`
20-
# git commit -m "build with nodeppt on $date_str"
21-
# #exit
22-
# echo 'push remote github'
23-
# git push -u [email protected]:ksky521/nodeppt.git master:gh-pages --force
16+
echo 'nodeppt.js.org' > CNAME
17+
git init
18+
git add -A
19+
date_str=`date "+DATE: %m/%d/%Y%nTIME: %H:%M:%S"`
20+
git commit -m "build with nodeppt on $date_str"
21+
#exit
22+
echo 'push remote github'
23+
git push -u [email protected]:ksky521/nodeppt.git master:gh-pages --force

0 commit comments

Comments
 (0)