Prechádzať zdrojové kódy

css location

Former-commit-id: ba911916f49d29aadad7c9698ee4d27729b09d14
Alec Jacobson 10 rokov pred
rodič
commit
06fdc8aa4d
1 zmenil súbory, kde vykonal 5 pridanie a 4 odobranie
  1. 5 4
      scripts/update_gh-pages.sh

+ 5 - 4
scripts/update_gh-pages.sh

@@ -17,10 +17,6 @@ echo "$HEADER" \
   | cat - README.md | multimarkdown -o index.html && \
   git commit -m "update index.html to match README.md" README.md index.html
 
-echo "$HEADER" \
-  | cat - google-soc/google-soc.md | multimarkdown -o google-soc/index.html && \
-  git commit -m "update google-soc/index.html to match google-soc/google-soc.md" google-soc/google-soc.md google-soc/index.html 
-
 HEADER="title: libigl
 author: Alec Jacobson and Daniele Panozzo and others
 css: ../tutorial/style.css
@@ -31,8 +27,13 @@ html header:   <script type='text/javascript' src='http://cdn.mathjax.org/mathja
 
 "
 
+echo "$HEADER" \
+  | cat - google-soc/google-soc.md | multimarkdown -o google-soc/index.html && \
+  git commit -m "update google-soc/index.html to match google-soc/google-soc.md" google-soc/google-soc.md google-soc/index.html 
+
 echo "$HEADER" \
   | cat - build/README.md | multimarkdown -o build/index.html && \
   git commit -m "update index.html to match README.md" build/README.md \
   build/index.html
+
 git push origin gh-pages && git checkout master && git merge gh-pages && git push