Skip to content

Commit 63fdd9c

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 1249337 commit 63fdd9c

File tree

4 files changed

+11
-12
lines changed

4 files changed

+11
-12
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,22 +21,22 @@ jobs:
2121
steps:
2222
- name: Checkout source branch
2323
uses: actions/checkout@v2
24-
24+
2525
- name: Make build destination directory
2626
run: mkdir $PWD/_site $PWD/.jekyll-cache
2727
- name: Where am I
2828
run: |
2929
echo $PWD
3030
ls $PWD
31-
31+
3232
- name: Jekyll build
3333
run: docker run --rm -t --volume="$PWD:/srv/jekyll" --volume="$PWD/vendor/bundle:/usr/local/bundle" --env JEKYLL_ENV=production jekyll/jekyll:4.2.2 jekyll build
3434
env:
3535
COMPOSE_INTERACTIVE_NO_CLI: 1
3636

3737
- name: Change domain
3838
run: find _site -name "*.html" -type f -exec sed -i "s/https:\/\/baobablab.github.io\/baobab/http:\/\/baobab.cnrs.fr/g" {} \;
39-
39+
4040
- name: Upload built pages
4141
uses: actions/upload-artifact@v4
4242
with:

_config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ email: [email protected]
1010
author:
1111
street_address:
1212
city:
13-
state:
13+
state:
1414
zip_code:
1515
country: France
1616
phone:
@@ -30,7 +30,7 @@ map_url: https://www.google.fr/maps/@48.720535,2.1467526,16z?hl=en
3030
# Sass building
3131
sass:
3232
sass_dir: _sass
33-
33+
3434
# Build settings
3535
markdown: kramdown
3636

@@ -65,4 +65,3 @@ collections:
6565
labs:
6666
output : true
6767
permalink : /labs/:title/index.html
68-

_layouts/page_select.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Editorial by HTML5 UP
44
html5up.net | @ajlkn
55
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
6-
-->
6+
-->
77
<html>
88

99
{% include head.html %}
@@ -28,7 +28,7 @@
2828
content += "<option value='{{key|downcase|replace: " ", "-"}}'>{{key|upcase}}</option>"
2929
{% else %}
3030
content += "<option value='{{lab|downcase|replace: " ", "-"}}'>&nbsp;&nbsp;&nbsp;&nbsp;{{lab|upcase}}</option>"
31-
{% endif %}
31+
{% endif %}
3232
{% endfor %}
3333
$(".dropdown-menu").html(content)
3434
$(".dropdown-menu").change(function () {
@@ -39,7 +39,7 @@
3939
$(".{{key|downcase|replace: " ", "-"}}").show();
4040
} else {
4141
$(".{{key|downcase|replace: " ", "-"}}").hide();
42-
}
42+
}
4343
{% endfor %}
4444
$("." + lab).show();
4545
});

_layouts/page_team.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@
4242

4343
<!-- Content -->
4444
<section>
45-
45+
4646
{{ content }}
4747

4848
{% if page.subcat == "team" %}
49-
49+
5050
<section>
5151
<header class="major">
5252
<h2>Members</h2>
@@ -114,7 +114,7 @@ <h3>{{ research.title }}</h3>
114114
{% endfor %}
115115
</div>
116116
</section>
117-
117+
118118
{% endif %}
119119

120120
</section>

0 commit comments

Comments
 (0)