mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Generate docs and publish to pages
This commit is contained in:
parent
fef8715ce1
commit
7a8ebf6db5
1 changed files with 13 additions and 0 deletions
|
@ -15,3 +15,16 @@ spec:
|
||||||
script:
|
script:
|
||||||
- crystal tool format --check
|
- crystal tool format --check
|
||||||
- crystal spec
|
- crystal spec
|
||||||
|
|
||||||
|
pages:
|
||||||
|
stage: deploy
|
||||||
|
dependencies:
|
||||||
|
- spec
|
||||||
|
script:
|
||||||
|
- crystal docs
|
||||||
|
- mv docs/ public/
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- public
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
|
Loading…
Reference in a new issue