Skip to content

Commit 3d2787c

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

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ 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
35+
- name: Move in place
36+
run: mv BOARDS_AND_TESTERS.md ./Development
3137
- name: Setup Pages
3238
uses: actions/configure-pages@v5
3339
- name: Build with Jekyll

0 commit comments

Comments
 (0)