From 088c2970d94e7fe70ae5103a5b3a36f185fef6a1 Mon Sep 17 00:00:00 2001 From: Nicolas Saillant <97436229+SaillantNicolas@users.noreply.github.com> Date: Fri, 26 Apr 2024 10:49:07 +0200 Subject: [PATCH] Update Deploy_web_site_with_ssh.yml --- .github/workflows/Deploy_web_site_with_ssh.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Deploy_web_site_with_ssh.yml b/.github/workflows/Deploy_web_site_with_ssh.yml index df3f09c72..dcb4e6277 100644 --- a/.github/workflows/Deploy_web_site_with_ssh.yml +++ b/.github/workflows/Deploy_web_site_with_ssh.yml @@ -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