diff --git a/.github/workflows/Deploy_web_site_with_ssh.yml b/.github/workflows/Deploy_web_site_with_ssh.yml index 611af63f2..7b15e8922 100644 --- a/.github/workflows/Deploy_web_site_with_ssh.yml +++ b/.github/workflows/Deploy_web_site_with_ssh.yml @@ -22,6 +22,7 @@ jobs: gem install jekyll bundler - name: Update Configuration run: | + yq -i '.JB.BASE_PATH = ""' _config.yml yq -i '.baseurl = "${{ vars.CGAL_WEB_SITE_URL }}"' _config.yml - run: cat _config.yml - name: Remove demo/ (temporarily)