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