From 36554c450ac12f8f09a2fc3601492e71325e1440 Mon Sep 17 00:00:00 2001 From: Chris Coley <chris@codingallnight.com> Date: Sun, 23 Apr 2023 03:29:21 -0700 Subject: [PATCH] Add links to the Pages and Review Environments --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0ca0a70..c0df64e 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,12 @@ Example plain HTML site using GitLab Pages and Environments. +The Pages site is available at https://chris.pages.codingallnight.com/pages-test + +The Environments are dynamic, changing every time a CI job is ran. However, you +can see the currently available ones here: +https://git.codingallnight.com/chris/pages-test/-/environments?search=review + Learn more about GitLab Pages at https://pages.gitlab.io and the official documentation https://docs.gitlab.com/ce/user/project/pages/. -- GitLab