image: node:12.5.0 cache: paths: - node_modules/ stages: - build - deploy prepare: stage: build script: - yarn install - yarn prepare pages: stage: deploy script: - yarn install - yarn build-storybook artifacts: paths: - public only: - master