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 088c297 commit 29b4f29
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/Deploy_web_site_with_ssh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ jobs:
run: |
gem install jekyll bundler
- name: Change BASE_PATH
run: yq -i '.JB.BASE_PATH = "${{ vars.CGAL_WEB_SITE_URL }}"' _config.yml
env:
CGAL_WEB_SITE_URL: ${{ secrets.CGAL_WEB_SITE_URL }}
run: |
yq -i ".JB.BASE_PATH = \"$CGAL_WEB_SITE_URL\"" _config.yml
- name: Remove demo/ (temporarily)
run: rm -rf demo/
- name: setup nodejs
Expand Down

0 comments on commit 29b4f29

Please sign in to comment.