mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-01-31 04:58:26 +00:00
Add lockfile for Gemfile
This commit is contained in:
parent
f94cdb223f
commit
2f8d64b994
13
Gemfile.lock
Normal file
13
Gemfile.lock
Normal file
@ -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
|
@ -1,6 +1,6 @@
|
|||||||
[build]
|
[build]
|
||||||
publish = "public/"
|
publish = "public/"
|
||||||
command = "bundle update --bundler && hugo --gc --minify"
|
command = "bundle && hugo --gc --minify"
|
||||||
|
|
||||||
[context.production.environment]
|
[context.production.environment]
|
||||||
HUGO_VERSION = "0.107.0"
|
HUGO_VERSION = "0.107.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user