We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a45f5b5 + ceb2ac6 commit 768bdaeCopy full SHA for 768bdae
1 file changed
amplify.yml
@@ -0,0 +1,21 @@
1
+version: 1
2
+frontend:
3
+ phases:
4
+ preBuild:
5
+ commands:
6
+ - 'unset LC_ALL'
7
+ - 'export LANG=C.UTF-8'
8
+ - 'gem install bundler'
9
+ - 'bundle install'
10
+ build:
11
12
13
14
+ - 'bundle exec jekyll build'
15
+ artifacts:
16
+ baseDirectory: _site
17
+ files:
18
+ - '**/*'
19
+ cache:
20
+ paths:
21
+ - 'vendor/bundle/**/*'
0 commit comments