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 29b4f29 commit 7c764e2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/Deploy_web_site_with_ssh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7c764e2

Please sign in to comment.