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 6a9befd commit be6681aCopy full SHA for be6681a
1 file changed
.github/workflows/jekyll-gh-pages.yml
@@ -4,7 +4,7 @@ name: Deploy Jekyll with GitHub Pages dependencies preinstalled
4
on:
5
# Runs on pushes targeting the default branch
6
push:
7
- branches: ["problem-resolution"]
+ branches: ["master", "problem-resolution"]
8
9
# Allows you to run this workflow manually from the Actions tab
10
workflow_dispatch:
@@ -31,7 +31,7 @@ jobs:
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
+ curl -H 'Accept: application/vnd.github+raw' -O -L https://raw.githubusercontent.com/gaspar-ilom/heads/heads-wiki-actions/BOARDS_AND_TESTERS.md
35
- name: Setup Pages
36
uses: actions/configure-pages@v5
37
- name: Build with Jekyll
0 commit comments