Commit a3ba2eae authored by Greg Williams's avatar Greg Williams
Browse files

Exposed doxygen publish task to rake -T

parent bb54c349
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -97,7 +97,8 @@ namespace :doxygen do
    execute_command "doxygen config/Doxyfile"
  end

  task :gen_github_pages => ['doxygen:checkout_github_pages', 'doxygen:gen'] do
  desc "Generate and publish API docs"
  task :update_public_api => ['doxygen:checkout_github_pages', 'doxygen:gen'] do
    cd DOCS_PATH do
      git "add --all"
      git "status"