Skip to content

Commit 6a9befd

Browse files
committed
include BOARDS_AND_TESTERS.md from main repo
force inclusion in [local]_config.yml Signed-off-by: gaspar-ilom <gasparilom@riseup.net>
1 parent 709b497 commit 6a9befd

3 files changed

Lines changed: 8 additions & 0 deletions

File tree

.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

_config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ aux_links_new_tab: true
99

1010
title: Heads - Wiki
1111

12+
include: [Development/BOARDS_AND_TESTERS.md]
13+
1214
last_edit_timestamp: true # show or hide edit time - page must have `last_modified_date` defined in the frontmatter
1315
last_edit_time_format: "%b %e %Y at %I:%M %p" # uses ruby's time format: https://ruby-doc.org/stdlib-2.7.0/libdoc/time/rdoc/Time.html
1416

local_config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ aux_links_new_tab: true
99

1010
title: Heads - Wiki
1111

12+
include: [Development/BOARDS_AND_TESTERS.md]
13+
1214
last_edit_timestamp: true # show or hide edit time - page must have `last_modified_date` defined in the frontmatter
1315
last_edit_time_format: "%b %e %Y at %I:%M %p" # uses ruby's time format: https://ruby-doc.org/stdlib-2.7.0/libdoc/time/rdoc/Time.html
1416

0 commit comments

Comments
 (0)