Skip to content
Snippets Groups Projects
Verified Commit 27674d4f authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

clean up

parent eb8c63f6
No related branches found
No related tags found
No related merge requests found
image: ruby:2.5
pages:
stage: deploy
script:
- bundle exec jekyll build -d public
artifacts:
paths:
- public
theme: jekyll-theme-minimal
logo: /assets/img/r3-training-logo.png
title: Advanced git training - Practice repository
description: This is a practice repository for advanced git training.
url: https://lcsb-biocore.github.io/advanced-git-practice/
collections:
attendees:
output: true
File moved
File moved
## What is this?
This page is an automatically generated page of the course attendees.
Add your name and your **personal page** to this site!
## List of course attendees
{% for attendee in site.attendees %}
<h2>
{{ forloop.index }}.<a href="{{ attendee.url | prepend: site.baseurl }}">
{{ attendee.name }} - {{ attendee.position }}
</a>
</h2>
{% endfor %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment