summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2025-07-29 14:41:58 +0200
committerSimon Rettberg2025-07-29 14:41:58 +0200
commit12d6a929eacbe839bbc2fa4526317e5bc9536714 (patch)
tree746c1847015c6cc88122fe0c35147942270a1b85
parentdoxygen: Add initial config and gitlab runner job (diff)
downloaddnbd3-12d6a929eacbe839bbc2fa4526317e5bc9536714.tar.gz
dnbd3-12d6a929eacbe839bbc2fa4526317e5bc9536714.tar.xz
dnbd3-12d6a929eacbe839bbc2fa4526317e5bc9536714.zip
doxygen: Fix path
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3d12eba..5fb2ed1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -21,7 +21,7 @@ pages:
# - $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
script:
- rm -rf -- public
- - mv -- docs public
+ - mv -- docs/html public
artifacts:
paths:
- public