Skip to content

Commit f8d72e9

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

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+
uses: foxtrotperry/fetch-file-action@v0
33+
with:
34+
url: 'https://github.com/linuxboot/heads/BOARDS_AND_TESTERS.md'
35+
path: './Development'
36+
filename: 'BOARDS_AND_TESTERS.md'
3137
- name: Setup Pages
3238
uses: actions/configure-pages@v5
3339
- name: Build with Jekyll

0 commit comments

Comments
 (0)