Skip to content

Commit e89488d

Browse files
committed
use modified BOARDS_AND_TESTERS.md
Signed-off-by: gaspar-ilom <gasparilom@riseup.net>
1 parent 6a9befd commit e89488d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Deploy Jekyll with GitHub Pages dependencies preinstalled
44
on:
55
# Runs on pushes targeting the default branch
66
push:
7-
branches: ["problem-resolution"]
7+
branches: ["master", "problem-resolution"]
88

99
# Allows you to run this workflow manually from the Actions tab
1010
workflow_dispatch:
@@ -31,7 +31,7 @@ jobs:
3131
- name: Fetch sources from main repo
3232
working-directory: ./Development
3333
run: |
34-
curl -H 'Accept: application/vnd.github.v3.raw' -O -L https://github.com/linuxboot/heads/BOARDS_AND_TESTERS.md
34+
curl -H 'Accept: application/vnd.github.v3.raw' -O -L https://github.com/gaspar-ilom/heads/blob/heads-wiki-actions/BOARDS_AND_TESTERS.md
3535
- name: Setup Pages
3636
uses: actions/configure-pages@v5
3737
- name: Build with Jekyll

0 commit comments

Comments
 (0)