Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/shared
diff options
context:
space:
mode:
authorJanis Altherr <jaltherr@gitlab.com>2023-06-08 09:54:32 +0300
committerJaime Martinez <jmartinez@gitlab.com>2023-06-08 09:54:32 +0300
commit3cbfc605d0ede7e0a79d912fac01d610089f7eef (patch)
treeab4c8aea756d110ec1e676ee6088327809803b2e /shared
parent5a6388a4479dcfbd522a55b525127f9096e79cdc (diff)
Use pages root directory from API
Diffstat (limited to 'shared')
-rw-r--r--shared/pages/group.customroot/customroot/foo/index.html6
-rw-r--r--shared/pages/group.customroot/customroot/public.zipbin0 -> 384 bytes
-rw-r--r--shared/pages/group.customroot/nosubdir/index.html1
-rw-r--r--shared/pages/group.customroot/nosubdir/public.zipbin0 -> 185 bytes
4 files changed, 7 insertions, 0 deletions
diff --git a/shared/pages/group.customroot/customroot/foo/index.html b/shared/pages/group.customroot/customroot/foo/index.html
new file mode 100644
index 00000000..b3a2c1c3
--- /dev/null
+++ b/shared/pages/group.customroot/customroot/foo/index.html
@@ -0,0 +1,6 @@
+<!DOCTYPE html>
+<html lang="en">
+ <body>
+ <p>HTML Document</p>
+ </body>
+</html>
diff --git a/shared/pages/group.customroot/customroot/public.zip b/shared/pages/group.customroot/customroot/public.zip
new file mode 100644
index 00000000..f6c566bb
--- /dev/null
+++ b/shared/pages/group.customroot/customroot/public.zip
Binary files differ
diff --git a/shared/pages/group.customroot/nosubdir/index.html b/shared/pages/group.customroot/nosubdir/index.html
new file mode 100644
index 00000000..4ea0a6ae
--- /dev/null
+++ b/shared/pages/group.customroot/nosubdir/index.html
@@ -0,0 +1 @@
+project-subdir
diff --git a/shared/pages/group.customroot/nosubdir/public.zip b/shared/pages/group.customroot/nosubdir/public.zip
new file mode 100644
index 00000000..9348c010
--- /dev/null
+++ b/shared/pages/group.customroot/nosubdir/public.zip
Binary files differ