Skip to content

Commit

Permalink
Feature/netlify deploy clean (#121)
Browse files Browse the repository at this point in the history
* chore: 🤖 Allow asciidoctor for netlify

* chore: 🤖 Add gemfile to install asciidoc for netlify

* chore: add .ruby-version
  • Loading branch information
mattboll committed Mar 21, 2024
1 parent c422d94 commit a7605cf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.3.0
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
source "https://rubygems.org"

gem 'asciidoctor', '~> 2.0', '>= 2.0.22'
5 changes: 4 additions & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,7 @@
package = "netlify-plugin-cypress"

[plugins.inputs]
record = true
record = true

[security.exec]
allow = ['^asciidoctor$']

0 comments on commit a7605cf

Please sign in to comment.