Skip to content

Commit a7605cf

Browse files
authored
Feature/netlify deploy clean (#121)
* chore: 🤖 Allow asciidoctor for netlify * chore: 🤖 Add gemfile to install asciidoc for netlify * chore: add .ruby-version
1 parent c422d94 commit a7605cf

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.ruby-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.3.0

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
source "https://rubygems.org"
2+
3+
gem 'asciidoctor', '~> 2.0', '>= 2.0.22'

netlify.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,7 @@
1717
package = "netlify-plugin-cypress"
1818

1919
[plugins.inputs]
20-
record = true
20+
record = true
21+
22+
[security.exec]
23+
allow = ['^asciidoctor$']

0 commit comments

Comments
 (0)