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 8d54e5b commit 088c297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Deploy_web_site_with_ssh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: setup nodejs
run: npm install
- name: Build with jekyll
run: jekyll build --destination ./_site
run: jekyll build --config _config.yml --destination ./_site
- name: install ssh keys
run: |
install -m 600 -D /dev/null ~/.ssh/id_rsa
Expand Down

0 comments on commit 088c297

Please sign in to comment.