Commit dac7bdc6 by Jessica Hawkwell

Update .gitlab-ci.yml

1 parent b085025d
Pipeline #54 passed
in 3 seconds
Showing with 1 additions and 1 deletions
......@@ -12,6 +12,7 @@ before_script:
test:
stage: test
script:
- env
- bundle exec jekyll build -d test
artifacts:
paths:
......@@ -22,7 +23,6 @@ test:
pages:
stage: deploy
script:
- echo $PWD
- bundle exec jekyll build -d public
artifacts:
paths:
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!