Skip to content

Commit

Permalink
fix(ci): properly checkout crawler repo before trying to push up to d…
Browse files Browse the repository at this point in the history
…ate github pages.

Signed-off-by: Federico Di Pierro <[email protected]>
  • Loading branch information
FedeDP authored and poiana committed Mar 7, 2024
1 parent 1a3742e commit b504f58
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update-kernels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
with:
arch: 'aarch64'

- name: Checkout crawler
uses: actions/checkout@v4

- name: Move generated files to site folder
run: |
mkdir site/x86_64
Expand Down

0 comments on commit b504f58

Please sign in to comment.