Skip to content

Commit

Permalink
Update Deploy_web_site_with_ssh.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SaillantNicolas authored Apr 26, 2024
1 parent 1c9c14a commit 48a9b0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Deploy_web_site_with_ssh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 48a9b0f

Please sign in to comment.