Skip to content
This repository was archived by the owner on Mar 27, 2023. It is now read-only.

Commit ae42a19

Browse files
committed
cleaned up documentation job
1 parent 02ee1e6 commit ae42a19

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,11 @@ variables:
1717
Build Documentation:
1818
image: node:latest
1919
stage: documentation
20-
before_script:
21-
- echo "ok"
2220
script:
2321
- ./documentation/build_documentation.sh
24-
after_script:
25-
- echo "Documentation build complete"
26-
- ls
27-
- cd documentation
28-
- ls
2922
artifacts:
3023
paths:
3124
- public
32-
expire_in: 7 days
3325

3426
.Pytest:
3527
image: python:3.7

0 commit comments

Comments
 (0)