mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Update the rake task for building pages to reflect the new build rake task.
This commit is contained in:
parent
1a879c909e
commit
03798d6b43
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -157,7 +157,7 @@ task :pages do
|
||||||
sh %{git checkout #{proj}-pages}
|
sh %{git checkout #{proj}-pages}
|
||||||
sh %{git reset --hard origin/#{proj}-pages}
|
sh %{git reset --hard origin/#{proj}-pages}
|
||||||
|
|
||||||
sh %{staticmatic build .}
|
sh %{rake build}
|
||||||
sh %{rsync -av --delete site/ /var/www/#{proj}-pages}
|
sh %{rsync -av --delete site/ /var/www/#{proj}-pages}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue