1
0
kpmy 10 жил өмнө
parent
commit
563bb5b165
2 өөрчлөгдсөн 3 нэмэгдсэн , 0 устгасан
  1. 1 0
      .gitignore
  2. 2 0
      deploy.bat

+ 1 - 0
.gitignore

@@ -1,6 +1,7 @@
 # Don’t commit the following directories created by pub.
 build/
 packages/
+gh-pages
 .buildlog
 .pub
 

+ 2 - 0
deploy.bat

@@ -0,0 +1,2 @@
+@echo off 
+xcopy build\web\* gh-pages /E /Y