Skip to content

Commit

Permalink
use bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
lrineau committed Oct 23, 2024
1 parent 46de9d5 commit 5b73a65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 @@ -25,7 +25,7 @@ jobs:
- name: setup nodejs
run: npm install
- name: Build with jekyll
run: jekyll build --destination ./_site
run: bundle jekyll build --destination ./_site
- name: install ssh keys
run: |
install -m 600 -D /dev/null ~/.ssh/id_rsa
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Receive_PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: setup nodejs
run: npm install
- name: Build with jekyll
run: jekyll build --destination ./_site
run: bundle jekyll build --destination ./_site
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
- name: Create PR number file
Expand Down

0 comments on commit 5b73a65

Please sign in to comment.