Skip to content

Commit

Permalink
Added submodule checlkout
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafaelaraby authored Apr 26, 2024
1 parent 9ff3218 commit 321cf21
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: checkout_assets
uses: actions/checkout@v3
with:
repository: montrealrobotics/website-assets
path: website-assets
- name: Setup Ruby
uses: ruby/setup-ruby@v1 # v1.115.3
with:
Expand Down Expand Up @@ -61,4 +66,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v1

0 comments on commit 321cf21

Please sign in to comment.