Skip to content

Commit 98f796b

Browse files
committed
Merge branch 'master' of https://github.com/cbcrg/tcoffee.org
2 parents 077aa20 + 9639b83 commit 98f796b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+8
-2
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,7 @@ jobs:
2020
aws-region: eu-central-1
2121

2222
- name: Deploy static site to S3 bucket
23-
run: aws s3 sync ./public_html/ s3://tcoffee.org --delete --exclude "Packages/Archives/*"
23+
run: |
24+
aws s3 sync ./public_html/ s3://tcoffee.org --delete --exclude "Packages/Archives/*"
25+
# synchronize s3 bucket containing the file listing
26+
aws s3 sync ./public_html/Packages/Binaries/plugins/ s3://tcoffee-packages/Binaries/plugins/ --delete

public_html/Courses/Exercises/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@ <h2><font color="#0000EE">Cedric Notredame</font></h2>
3333
<tr>
3434
<th BGCOLOR="#FFDDAA"><h2>Available Ressources</h2></th>
3535
</tr>
36-
36+
<tr align=center>
37+
<td><font size=+1><A HREF="./2019_uab_ma/index.html">Sequence Comparison, UAB, November 2022</a></td>
38+
39+
</tr>
3740
</tr>
3841
<tr align=center>
3942
<td><font size=+1><A HREF="./2021_uab_ma/index.html">Sequence Comparison, UAB, November 2021</a></td>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)