Skip to content
Snippets Groups Projects
Unverified Commit 282d4dca authored by Richard Perry's avatar Richard Perry
Browse files

Updates to .gitlab-ci.yml & _config.yml to try to fix error with builds

parent 656547e7
No related branches found
No related tags found
No related merge requests found
Pipeline #
Loading
Loading
@@ -9,21 +9,13 @@ variables:
before_script:
- bundle install
 
test:
stage: test
script: "bundle exec jekyll build -d test/"
artifacts:
paths:
- test
except:
- pages
pages:
stage: deploy
environment:
name: "production"
url: "https://travel.perry-online.me.uk"
script: "bundle exec jekyll build -d public/"
script:
- bundle exec jekyll build -d public
artifacts:
paths:
- public
Loading
Loading
Loading
Loading
@@ -50,7 +50,7 @@ meta:
link: //pages.gitlab.io
 
# Markdown Processors
# sass:
sass:
sass_dir: _sass
style: compressed
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment