Skip to content

Commit

Permalink
Merge pull request #219 from ssciwr/dependabot/github_actions/JamesIv…
Browse files Browse the repository at this point in the history
…es/github-pages-deploy-action-4.7.1

Bump JamesIves/github-pages-deploy-action from 4.6.8 to 4.7.1
  • Loading branch information
lkeegan authored Jan 10, 2025
2 parents d819f5d + 0dc6d05 commit 87ab337
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
cache: "pnpm"
- run: pnpm install
- run: pnpm run build
- uses: JamesIves/github-pages-deploy-action@v4.6.8
- uses: JamesIves/github-pages-deploy-action@v4.7.1
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
name: Deploy to gh-pages
with:
Expand Down
4 changes: 2 additions & 2 deletions src/data/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"method_weights": [0, 0, 1, 1, 0],
"application_weights": [0, 1, 0, 0, 0, 0]
},
{
{
"name": "Dr. Sandra Barteit",
"group": "Digital Global Health",
"website": "https://ukhd.de/digitalGH/",
Expand Down Expand Up @@ -242,7 +242,7 @@
"website": "https://www.hdsu.org",
"description": "Carl Herrmann studied engineering sciences, applied mathematics and theoretical physics in France, and holds a PhD on string theory and supergravity. He moved to bioinformatics and was appointed assistance professor in Bioinformatics at Aix-Marseille University. In 2012, he moved to Heidelberg and became professor of Bioinformatics at IPMB and BioQuant in 2023. He is member of the faculty of engineering sciences.",
"image": "Herrmann.png",
"method_weights": [0, 0, 1, 1, 0],
"method_weights": [0, 0, 1, 1, 0],
"application_weights": [0, 1, 0, 0, 0, 0]
},
{
Expand Down

0 comments on commit 87ab337

Please sign in to comment.