Skip to content

Commit cb76e5d

Browse files
committed
Fix baseurl
1 parent 667e8d7 commit cb76e5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
deploy:
4242
needs: [ build ]
43-
if: github.ref == 'refs/heads/master'
43+
#if: github.ref == 'refs/heads/master'
4444
environment:
4545
name: github-pages
4646
permissions:

templates/governance/index.html.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</header>
3232
<div class="flex flex-column flex-row-l flex-wrap-l justify-start tc">
3333
{{#each data.teams as |team| ~}}
34-
{{> governance/index-team team=team baseurl=baseurl}}
34+
{{> governance/index-team team=team baseurl=../baseurl}}
3535
{{/each~}}
3636
</div>
3737
</div>

0 commit comments

Comments
 (0)