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 667e8d7 commit cb76e5dCopy full SHA for cb76e5d
.github/workflows/main.yml
@@ -40,7 +40,7 @@ jobs:
40
41
deploy:
42
needs: [ build ]
43
- if: github.ref == 'refs/heads/master'
+ #if: github.ref == 'refs/heads/master'
44
environment:
45
name: github-pages
46
permissions:
templates/governance/index.html.hbs
@@ -31,7 +31,7 @@
31
</header>
32
<div class="flex flex-column flex-row-l flex-wrap-l justify-start tc">
33
{{#each data.teams as |team| ~}}
34
- {{> governance/index-team team=team baseurl=baseurl}}
+ {{> governance/index-team team=team baseurl=../baseurl}}
35
{{/each~}}
36
</div>
37
0 commit comments