From 0f9d00aa492c3794051e4cafef5cd756a2468804 Mon Sep 17 00:00:00 2001 From: Nicolas Saillant <97436229+SaillantNicolas@users.noreply.github.com> Date: Fri, 26 Apr 2024 12:09:36 +0200 Subject: [PATCH] Update Deploy_web_site_with_ssh.yml --- .github/workflows/Deploy_web_site_with_ssh.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Deploy_web_site_with_ssh.yml b/.github/workflows/Deploy_web_site_with_ssh.yml index 7b15e8922..9e7099449 100644 --- a/.github/workflows/Deploy_web_site_with_ssh.yml +++ b/.github/workflows/Deploy_web_site_with_ssh.yml @@ -22,7 +22,7 @@ jobs: gem install jekyll bundler - name: Update Configuration run: | - yq -i '.JB.BASE_PATH = ""' _config.yml + yq -i '.JB.BASE_PATH = "${{ vars.CGAL_WEB_SITE_URL }}"' _config.yml yq -i '.baseurl = "${{ vars.CGAL_WEB_SITE_URL }}"' _config.yml - run: cat _config.yml - name: Remove demo/ (temporarily)