Skip to content

Commit

Permalink
Remove cat _config.yml step
Browse files Browse the repository at this point in the history
  • Loading branch information
SaillantNicolas authored Apr 26, 2024
1 parent 27b20ca commit 71a5175
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/Deploy_web_site_with_ssh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
yq -i '.JB.BASE_PATH = ""' _config.yml
yq -i '.baseurl = "${{ vars.CGAL_WEB_SITE_URL }}"' _config.yml
yq -i '.JB.ASSET_PATH = "${{ vars.CGAL_WEB_SITE_URL }}/assets/themes/cgal/"' _config.yml
- run: cat _config.yml
- name: Remove demo/ (temporarily)
run: rm -rf demo/
- name: setup nodejs
Expand All @@ -40,4 +39,4 @@ jobs:
- name: rsync
run: rsync -avz ./_site/ ${{ secrets.CGAL_WEB_SFTP_USERNAME }}@${{ vars.CGAL_WEB_SFTP_HOST }}:${{ vars.CGAL_WEB_SFTP_DESTDIR }}
- name: cleanup
run: rm -rf ~/.ssh
run: rm -rf ~/.ssh

0 comments on commit 71a5175

Please sign in to comment.