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: ...@@ -12,6 +12,7 @@ before_script:
test: test:
stage: test stage: test
script: script:
- env
- bundle exec jekyll build -d test - bundle exec jekyll build -d test
artifacts: artifacts:
paths: paths:
...@@ -22,7 +23,6 @@ test: ...@@ -22,7 +23,6 @@ test:
pages: pages:
stage: deploy stage: deploy
script: script:
- echo $PWD
- bundle exec jekyll build -d public - bundle exec jekyll build -d public
artifacts: artifacts:
paths: paths:
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!