Skip to content

Commit 2cd71d1

Browse files
committed
try including BOARDS_AND_TESTERS.md from main repo
Signed-off-by: gaspar-ilom <gasparilom@riseup.net>
1 parent 709b497 commit 2cd71d1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/jekyll-gh-pages.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ jobs:
2828
steps:
2929
- name: Checkout
3030
uses: actions/checkout@v4
31+
- name: Fetch sources from main repo
32+
working-directory: ./Development
33+
run: |
34+
curl -H 'Accept: application/vnd.github.v3.raw' -O -L https://github.com/linuxboot/heads/BOARDS_AND_TESTERS.md
3135
- name: Setup Pages
3236
uses: actions/configure-pages@v5
3337
- name: Build with Jekyll

0 commit comments

Comments
 (0)