simple-elevation-chart
Version:
Very simple SVG-based elevation chart
12 lines (11 loc) • 363 B
YAML
# The Docker image that will be used to build your app
image: python:latest
create-pages:
script: echo "dummy"
pages:
# The folder that contains the files to be exposed at the Page URL
publish: src
rules:
# This ensures that only pushes to the default branch will trigger
# a pages deploy
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH