We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 709b497 commit 3d2787cCopy full SHA for 3d2787c
.github/workflows/jekyll-gh-pages.yml
@@ -28,6 +28,12 @@ jobs:
28
steps:
29
- name: Checkout
30
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
37
- name: Setup Pages
38
uses: actions/configure-pages@v5
39
- name: Build with Jekyll
0 commit comments