An error occurred while loading the file. Please try again.
-
pruizf authoredaffbe699
This GitLab CI configuration is valid.
Learn more
.gitlab-ci.yml 189 B
image: ruby
pages:
script:
- echo "hi"
- mkdir .public
- mv .public public
- gem install asciidoctor
- ./publish.sh
artifacts:
paths:
- public
only:
- master