]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
ci: drop `doc`; we have `pages` instead now
authorVladimír Čunát <vladimir.cunat@nic.cz>
Fri, 9 Jun 2023 19:30:01 +0000 (21:30 +0200)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Tue, 13 Jun 2023 06:52:37 +0000 (08:52 +0200)
The `pages` job works.  We might consolidate this later,
also e.g. drop the doc dependencies from the default image
if we won't really use that image for docs anymore.

.gitlab-ci.yml

index 8015610b59e1f8da4fa3f1ef9a3203d30348b63c..99f22ddacd86eda43bc3dffaad4d184a785f8cca 100644 (file)
@@ -209,16 +209,6 @@ trivial_checks: # aggregated to save some processing
     - ci/no_assert_check.sh
     - ci/deckard_commit_check.sh
 
-doc:
-  <<: *sanity
-  script:
-    - meson build_doc -Ddoc=enabled
-    - ninja -C build_doc doc-strict
-  artifacts:
-    expire_in: 6 hour
-    paths:
-      - doc/html
-
 lint:other:
   <<: *sanity
   script: