From 6e7c986f41575d2486b7cca0f0f1f4e7e9403c4e Mon Sep 17 00:00:00 2001 From: Himanshu kohale <hkohale22@gmail.com> Date: Sun, 31 Mar 2024 01:26:09 -0400 Subject: [PATCH] update .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6ac69b7..de8aa22 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ +# The Docker image that will be used to build your app image: beagle/sphinx-build-env:latest - pages: tags: - docker-amd64 @@ -7,4 +7,4 @@ pages: - "./gitlab-build.sh" artifacts: paths: - - public \ No newline at end of file + - public -- GitLab