Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
Add more status info to automation script
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredcwhite committed Nov 10, 2021
1 parent 4e4ccf9 commit e60db22
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bridgetown.automation.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
say_status :prismic, "Installing the bridgetown-prismic plugin..."

add_bridgetown_plugin("bridgetown-prismic")

append_to_file "bridgetown.config.yml" do
Expand All @@ -14,3 +16,6 @@

get "https://raw.githubusercontent.com/bridgetownrb/bridgetown-prismic/main/test/fixtures/models/post.rb",
"models/post.rb"

say_status :prismic, "All set! Double-check your Prismic settings and model files and review docs at"
say_status :prismic, "https://github.com/bridgetownrb/bridgetown-prismic"

0 comments on commit e60db22

Please sign in to comment.