publish content.zip

This commit is contained in:
John Hess 2024-05-14 15:42:59 -05:00
parent 45c3f3b079
commit 36de25bf60
2 changed files with 12 additions and 23 deletions

View file

@ -31,9 +31,12 @@ build:
pages:
stage: deploy
script:
- bundle exec jekyll build -d public
- apt-get update
- apt-get install -y zip
- bundle exec jekyll build -d butter-site
- zip -r content.zip butter-site
artifacts:
paths:
- public
- content.zip
only:
- master

View file

@ -6,7 +6,13 @@ url: "" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: Butter App
github_username: Butter App
logo: "/assets/images/butter-app-logo-small.svg"
languages: ['en', 'es'] # powered by jekyll-multiple-languages-plugin
# powered by jekyll-multiple-languages-plugin
# During install, one row will be removed and the placeholder will be replaced with that code.
languages: [
'en',
'es',
'zh_Hans',
]
# Build settings
sass:
@ -16,23 +22,3 @@ sass:
plugins:
- jekyll-feed
- jekyll-multiple-languages-plugin
# Exclude from processing.
# The following items will not be processed, by default.
# Any item listed under the `exclude:` key here will be automatically added to
# the internal "default list".
#
# Excluded items can be processed by explicitly listing the directories or
# their entries' file path in the `include:` list.
#
# exclude:
# - .sass-cache/
# - .jekyll-cache/
# - gemfiles/
# - Gemfile
# - Gemfile.lock
# - node_modules/
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/