Skip to content

Commit 5617908

Browse files
authored
Merge pull request #2155 from marko-bekhta/fix/localized-about-sync-issue
Fix/localized about sync issue
2 parents dad4925 + 3ef0cab commit 5617908

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/sync-working-groups.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: jbangdev/[email protected]
2828
with:
2929
script: working-groups/main.java
30-
jbangargs: --verbose -Dworking-groups.output=_data/wg.yaml.template
30+
jbangargs: --verbose -Dworking-groups.output=_data/wg.yaml
3131
env:
3232
JBANG_REPO: /root/.jbang/repository
3333
GITHUB_TOKEN: ${{ secrets.SYNC_WORKING_GROUP_TOKEN }}

_includes/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ <h3>Imperative and reactive code</h3>
3939
<h2>The inspiration behind Quarkus...</h2>
4040
</div>
4141
<div class="width-6-12 width-12-12-m video-container">
42-
<iframe src="https://www.youtube.com/embed/SQDR34KoC-8" title="Quarkus why, how and what by Emmanuel Bernard" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
42+
<iframe src="https://www.youtube.com/embed/SQDR34KoC-8" title="Quarkus why, how and what by Emmanuel Bernard" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen="true"></iframe>
4343
</div>
4444
<div class="width-6-12 width-12-12-m">
4545
<p>For more about the why, how and what of Quarkus, check out the Devoxx Belgium presentation where Quarkus 1.0 was released in November 2019.</p>

0 commit comments

Comments
 (0)