Skip to content
Snippets Groups Projects
Commit 586de86d authored by inertia's avatar inertia
Browse files

YARD documents on GitLab Pages

parent a7d3cd36
No related branches found
No related tags found
No related merge requests found
Pipeline #12684 failed
image: ruby:2.6.1-alpine
pages:
script:
- apk add --update --no-cache build-base libxml2-dev libxslt-dev libstdc++ tzdata mariadb-dev nodejs ca-certificates yarn
- bundle install --path vendor
- bundle exec yard
- rm -rf public
- mv doc public
artifacts:
paths:
- public
cache:
paths:
- vendor
only:
- master
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