mirror of https://github.com/vapor/docs.git
redirect to 3.0
This commit is contained in:
parent
300664df96
commit
c8d1e44454
|
|
@ -17,7 +17,7 @@ mv 2.0/site build/2.0;
|
|||
mv 3.0/site build/3.0;
|
||||
mv 1.5/.couscous/generated build/1.5;
|
||||
|
||||
echo "<meta http-equiv=\"refresh\" content=\"0; url=/2.0/\">" > build/index.html;
|
||||
echo "<meta http-equiv=\"refresh\" content=\"0; url=/3.0/\">" > build/index.html;
|
||||
git add .
|
||||
git commit -am "deploy"
|
||||
git push
|
||||
|
|
|
|||
Loading…
Reference in New Issue