Skip to content

Commit c056445

Browse files
committed
adds banners to Readme
1 parent 93acc6d commit c056445

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ jobs:
2828
echo "$HOME/.local/bin" >> $GITHUB_PATH
2929
3030
- name: Sync build dependencies
31-
run: |
32-
uv sync --no-dev --extra docs
31+
run: uv sync --no-dev --extra docs
3332

3433
- name: Deploy documentation
3534
run: uv run mkdocs gh-deploy --force

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
1+
![icon Banner](./docs/images/logo.png)
2+
13
# The Ion CONtrol Software (ICON)
24

5+
[![Version](https://img.shields.io/github/v/release/tiqi-group/icon)](https://github.com/tiqi-group/icon)
6+
[![Python Versions](
7+
https://img.shields.io/python/required-version-toml?tomlFilePath=https%3A%2F%2Fraw.githubusercontent.com%2Ftiqi-group%2Ficon%2Frefs%2Fheads%2Fmain%2Fpyproject.toml
8+
)](https://github.com/tiqi-group/icon)
9+
[![Documentation Status](https://github.com/tiqi-group/icon/actions/workflows/gh-pages.yml/badge.svg)](https://tiqi-group.github.io/icon/)
310
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
411

512
This repository contains the source code for the ICON Experiment Control software. It consists of python code for the backend and react (ts) code for the frontend.

0 commit comments

Comments
 (0)