File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Build site
2
2
3
3
on :
4
4
push :
5
- branches : [ "dev " ]
5
+ branches : [ "main " ]
6
6
pull_request :
7
7
types :
8
8
- opened
18
18
jobs :
19
19
build_and_deploy :
20
20
runs-on : ubuntu-latest
21
- if : github.ref == 'refs/heads/dev '
21
+ if : github.ref == 'refs/heads/main '
22
22
steps :
23
23
- name : Check out repository
24
24
uses : actions/checkout@v4
29
29
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
30
30
preview :
31
31
runs-on : ubuntu-latest
32
- if : github.ref != 'refs/heads/dev '
32
+ if : github.ref != 'refs/heads/main '
33
33
steps :
34
34
- name : Checkout
35
35
uses : actions/checkout@v4
File renamed without changes.
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ <h3 class="title-text text-center">
53
53
{% block footer %}
54
54
< footer >
55
55
< p class ="subtext "> We are a Cloud Native Computing Foundation sandbox project.</ p >
56
- < p > < a href ="https://cncf.io "> < img src ="cncf-color-bg.svg " height ="75px " alt ="CNCF logo "> </ a > </ p >
56
+ < p > < a href ="https://cncf.io "> < img src ="img/ cncf-color-bg.svg " height ="75px " alt ="CNCF logo "> </ a > </ p >
57
57
< p class ="subtext ">
58
58
bootc, originally created by Red Hat and donated to open source with ❤< br />
59
59
Copyright © bootc, a Series of LF Projects, LLC< br />
Original file line number Diff line number Diff line change 16
16
{% endfor %}
17
17
{% if config.extra.juice_extra_menu %}
18
18
{% for menu in config.extra.juice_extra_menu %}
19
- < a class ="nav-item subtitle-text " href ="{{ menu.link | safe }} "> {{ menu.title }}</ a >
19
+ < a class ="nav-item subtitle-text " href ="{{ get_url(path='@/content/{{ menu.link }}') }} "> {{ menu.title }}</ a >
20
20
{% endfor %}
21
21
{% endif %}
22
22
</ nav >
Original file line number Diff line number Diff line change 78
78
{% block footer %}
79
79
< footer >
80
80
< p class ="subtext "> We are a Cloud Native Computing Foundation sandbox project.</ p >
81
- < p > < a href ="https://cncf.io "> < img src ="cncf-color-bg.svg " height ="75px " alt ="CNCF logo "> </ a > </ p >
81
+ < p > < a href ="https://cncf.io "> < img src ="img/ cncf-color-bg.svg " height ="75px " alt ="CNCF logo "> </ a > </ p >
82
82
< p class ="subtext ">
83
83
bootc, originally created by Red Hat and donated to open source with ❤< br />
84
84
Copyright © bootc, a Series of LF Projects, LLC< br />
You can’t perform that action at this time.
0 commit comments