Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/cbcrg/tcoffee.org
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseEspinosa committed Dec 1, 2023
2 parents 077aa20 + 9639b83 commit 98f796b
Show file tree
Hide file tree
Showing 52 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ jobs:
aws-region: eu-central-1

- name: Deploy static site to S3 bucket
run: aws s3 sync ./public_html/ s3://tcoffee.org --delete --exclude "Packages/Archives/*"
run: |
aws s3 sync ./public_html/ s3://tcoffee.org --delete --exclude "Packages/Archives/*"
# synchronize s3 bucket containing the file listing
aws s3 sync ./public_html/Packages/Binaries/plugins/ s3://tcoffee-packages/Binaries/plugins/ --delete
5 changes: 4 additions & 1 deletion public_html/Courses/Exercises/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ <h2><font color="#0000EE">Cedric Notredame</font></h2>
<tr>
<th BGCOLOR="#FFDDAA"><h2>Available Ressources</h2></th>
</tr>

<tr align=center>
<td><font size=+1><A HREF="./2019_uab_ma/index.html">Sequence Comparison, UAB, November 2022</a></td>

</tr>
</tr>
<tr align=center>
<td><font size=+1><A HREF="./2021_uab_ma/index.html">Sequence Comparison, UAB, November 2021</a></td>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file added public_html/Packages/Binaries/plugins/linux/amap
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 added public_html/Packages/Binaries/plugins/linux/pcma
Binary file not shown.
Binary file added public_html/Packages/Binaries/plugins/linux/poa
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 added public_html/Packages/Binaries/plugins/linux/sap
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 added public_html/Packages/Binaries/plugins/macosx/poa
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 added public_html/Packages/Binaries/plugins/macosx/sap
Binary file not shown.
Binary file not shown.

0 comments on commit 98f796b

Please sign in to comment.