From 7c764e2bc1ab6ec108962640ce68859d8ae7e607 Mon Sep 17 00:00:00 2001 From: Nicolas Saillant <97436229+SaillantNicolas@users.noreply.github.com> Date: Fri, 26 Apr 2024 11:47:58 +0200 Subject: [PATCH] Update Deploy_web_site_with_ssh.yml --- .github/workflows/Deploy_web_site_with_ssh.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/Deploy_web_site_with_ssh.yml b/.github/workflows/Deploy_web_site_with_ssh.yml index f3a0da7f0..4df229332 100644 --- a/.github/workflows/Deploy_web_site_with_ssh.yml +++ b/.github/workflows/Deploy_web_site_with_ssh.yml @@ -21,10 +21,8 @@ jobs: run: | gem install jekyll bundler - name: Change BASE_PATH - env: - CGAL_WEB_SITE_URL: ${{ secrets.CGAL_WEB_SITE_URL }} - run: | - yq -i ".JB.BASE_PATH = \"$CGAL_WEB_SITE_URL\"" _config.yml + run: yq -i '.JB.BASE_PATH = "${{ vars.CGAL_WEB_SITE_URL }}"' _config.yml + - run: cat _config.yml - name: Remove demo/ (temporarily) run: rm -rf demo/ - name: setup nodejs