diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index da3352fc5580aa341d353074f5e1b9b20664c59c..9888e94daadb3d6e44b532059240b8a0fe453ca1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,6 +13,7 @@ variables: stages: - test - analysis + - website .test_template: &test stage: test @@ -82,3 +83,16 @@ coverity: --form description="gitlab CI build"' only: - master + +pages: + stage: website + image: registry.gitlab.gnome.org/gnome/tracker-oci-images/amd64/fedora:latest + dependencies: [] + script: + - cp -a docs/website ./public + artifacts: + paths: + - public + only: + - master + - sam/website diff --git a/docs/website/README.md b/docs/website/README.md new file mode 100644 index 0000000000000000000000000000000000000000..07c423414e24cefcd6bc4b1afe7c6eb2c27ce79f --- /dev/null +++ b/docs/website/README.md @@ -0,0 +1,6 @@ +The website is built from tracker.git. + +This repo contains a redirect from /tracker-miners to /tracker on +gnome.pages.gitlab.gnome.org. It exists because I temporarily put +the website at the /tracker-miners prefix, so there's a chance there +may be links pointing there. diff --git a/docs/website/index.html b/docs/website/index.html new file mode 100644 index 0000000000000000000000000000000000000000..368ede338672504d5211b7bb2143fc7e8243f228 --- /dev/null +++ b/docs/website/index.html @@ -0,0 +1,14 @@ + +
+ + + + The Tracker website is here. + +