Commit 14c12ebb by Jessica Hawkwell

Merge branch 'testing' into 'master'

Update .gitlab-ci.yml

See merge request !1
2 parents b02cac13 276c100a
Pipeline #59 passed
in 6 seconds
Showing with 2 additions and 0 deletions
...@@ -23,6 +23,7 @@ test: ...@@ -23,6 +23,7 @@ test:
pages: pages:
stage: deploy stage: deploy
script: script:
- env
- bundle exec jekyll build -d public - bundle exec jekyll build -d public
artifacts: artifacts:
paths: paths:
......
...@@ -4,3 +4,4 @@ ruby RUBY_VERSION ...@@ -4,3 +4,4 @@ ruby RUBY_VERSION
# This will help ensure the proper Jekyll version is running. # This will help ensure the proper Jekyll version is running.
gem "jekyll", "3.4.3" gem "jekyll", "3.4.3"
gem "minima", "~> 2.0" gem "minima", "~> 2.0"
gem "jekyll-swiss"
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!