Skip to content

Commit da10ff8

Browse files
committed
ci: remove gitlab ci docs job
1 parent 8489b33 commit da10ff8

1 file changed

Lines changed: 1 addition & 19 deletions

File tree

.gitlab-ci.yml

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -33,22 +33,4 @@ build:
3333
only:
3434
- main
3535
- merge_requests
36-
- tags
37-
38-
docs:
39-
image: ghcr.io/algebraic-programming/hicr/docs:latest
40-
tags:
41-
- docker
42-
- tiny
43-
script:
44-
- echo "Checking TaskR source and test formatting..."
45-
- .build-tools/style/check-style.sh check include
46-
- .build-tools/style/check-style.sh check tests
47-
- .build-tools/style/check-style.sh check examples
48-
- echo "Building code documentation..."
49-
- make -j1 -C docs
50-
only:
51-
- main
52-
- merge_requests
53-
- tags
54-
36+
- tags

0 commit comments

Comments
 (0)