ci: pages test removed

This commit is contained in:
Stéphane Cerveau 2023-09-20 22:23:10 +02:00
parent 66cd1b9c15
commit cf438b523c

View file

@ -283,15 +283,3 @@ pages:
# a pages deploy
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
pages_test:
image: ruby:2.7
stage: test
script:
- gem install bundler
- bundle install
- bundle exec jekyll build -d test
artifacts:
paths:
- test
rules:
- if: $CI_COMMIT_BRANCH != "main"