1
0
Fork 0

Only publish GitLab pages for tags

* .gitlab-ci.yml (pages): Only publish tags.
* README.md (Documentation): Update to indicate latest release.
master
Mike Gerwitz 2017-08-23 14:29:51 -04:00
parent 6a777c3c51
commit 414c20e5c3
2 changed files with 3 additions and 4 deletions

View File

@ -30,4 +30,4 @@ pages:
- public/
expire_in: 30 min
only:
- master
- tags

View File

@ -34,10 +34,9 @@ You may then see `./configure --help` for more information.
## Documentation
Compiled documentation is available [via our GitLab
Compiled documentation for the latest release is available [via our GitLab
mirror](https://lovullo.gitlab.io/liza/), which uses the same build pipeline
as we do on our internal GitLab instance. It contains the current state of
master (with some delay), not just the most recent tag.
as we do on our internal GitLab instance.
## License