Skip to content

Commit

Permalink
Merge branch 'mk-fix-generate-docs'
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeni Dzhelyov committed Sep 29, 2023
2 parents d71a340 + b408dcc commit 2d8a4dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ COPY --from=builder /app/vendor ./vendor
# Copy app files
COPY . ./

CMD ["bundle", "exec", "puma", "-C", "lib/travis/yml/web/puma.rb"]
CMD ["sh", "-c", "bundle exec bin/docs && bundle exec puma -C lib/travis/yml/web/puma.rb"]
1 change: 1 addition & 0 deletions lib/travis/yml/docs.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
require 'travis/yml/docs/examples'
require 'travis/yml/docs/page'
require 'travis/yml/docs/schema'
require 'fileutils'

module Travis
module Yml
Expand Down

0 comments on commit 2d8a4dc

Please sign in to comment.