Rakefile in workarea-api-4.5.5 vs Rakefile in workarea-api-4.5.6
- old
+ new
@@ -74,16 +74,16 @@
#
# Build documentation
#
#
- system <<~COMMAND
- (cd admin && GENERATE_API_DOCS=true bin/rails test) &&
- (cd storefront && GENERATE_API_DOCS=true bin/rails test) &&
- git add doc/ &&
- git commit -am "Update documentation" &&
- git push origin HEAD
- COMMAND
+ #system <<~COMMAND
+ #(cd admin && GENERATE_API_DOCS=true bin/rails test) &&
+ #(cd storefront && GENERATE_API_DOCS=true bin/rails test) &&
+ #git add doc/ &&
+ #git commit -am "Update documentation" &&
+ #git push origin HEAD
+ #COMMAND
#
# Updating changelog
#
#