diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..42d33b7 --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,13 @@ +GEM + remote: https://rubygems.org/ + specs: + asciidoctor (2.0.18) + +PLATFORMS + x86_64-linux + +DEPENDENCIES + asciidoctor + +BUNDLED WITH + 2.3.26 diff --git a/netlify.toml b/netlify.toml index eeed86e..f183da7 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,6 +1,6 @@ [build] publish = "public/" -command = "bundle update --bundler && hugo --gc --minify" +command = "bundle && hugo --gc --minify" [context.production.environment] HUGO_VERSION = "0.107.0"