From 7bdbc260c0aea44d4eb3255097a70631e585989d Mon Sep 17 00:00:00 2001 From: Dashamir Hoxha <dashohoxha@gmail.com> Date: Tue, 29 Oct 2019 05:46:52 +0100 Subject: [PATCH] Rename the script to render.sh --- .gitlab-ci.yml | 2 +- build.sh => render.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename build.sh => render.sh (100%) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d8f31ab..0abfd8d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ image: dockerscripts/bookdown pages: script: - - ./build.sh + - ./render.sh artifacts: paths: - public diff --git a/build.sh b/render.sh similarity index 100% rename from build.sh rename to render.sh -- GitLab