Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ on:
pull_request:
branches:
- main
workflow_dispatch:


permissions:
contents: write
Expand Down
2 changes: 2 additions & 0 deletions templates/description.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<p> If you are writing code that is used in research,
then this workshop is for you! </p>
1 change: 1 addition & 0 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<div class="uk-margin-bottom" uk-grid>
<div class="uk-width-expand@m">
<h1>{{ config.title }}</h1>
{% include "description.html" %}
</div>
<div class="uk-width-1-4@m">
<div class="uk-align-right">
Expand Down