Skip to content

Commit 553ad83

Browse files
committed
Update actions/deploy-pages to use version 4.
as well as remove badges of a different repo from docs
1 parent 00df77c commit 553ad83

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,4 +125,4 @@ jobs:
125125
steps:
126126
- name: Deploy to GitHub Pages
127127
id: deployment
128-
uses: actions/deploy-pages@v3
128+
uses: actions/deploy-pages@v4

docs/index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ SPDX-License-Identifier: CC-BY-4.0
1010
<!-- markdownlint-disable-next-line MD025 -->
1111
# Federated Learning Demonstrator Frontend
1212

13-
![pipeline](https://github.com/DLR-KI/fl-demonstrator/badges/main/pipeline.svg?style=flat-square)
14-
![coverage](https://github.com/DLR-KI/fl-demonstrator/badges/main/coverage.svg?style=flat-square)
15-
1613
The frontend is written in [TypeScript](https://www.typescriptlang.org) using the [React](https://react.dev) framework.
1714
It is adaptive, meaning you can use it on every device like a smartphone, tablet or desktop computer.
1815
It connects to the FL Demonstrator [backend](https://github.com/DLR-KI/fl-demonstrator) where the actual Federated Learning is performed.

0 commit comments

Comments
 (0)