Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ jobs:
with:
python-version: "3.11"

- name: Install UV
run: curl -LsSf https://astral.sh/uv/install.sh | sh
shell: bash
- name: Install UV
run: curl -LsSf https://astral.sh/uv/install.sh | sh
shell: bash

- name: Add UV to the environment
run: echo "$HOME/.local/bin" >> $GITHUB_PATH
shell: bash
- name: Add UV to the environment
run: echo "$HOME/.local/bin" >> $GITHUB_PATH
shell: bash

- name: Install the project
run: uv sync --all-extras --dev
- name: Install the project
run: uv sync --all-extras --dev

- name: Build documentation
run: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MQP-Database-Access

[![CI](https://github.com/Munich-Quantum-Software-Stack/MQP-Database-Access/actions/workflows/ci.yml/badge.svg)](https://github.com/Munich-Quantum-Software-Stack/MQP-Database-Access/actions/workflows/ci.yml)
[![Documentation](https://img.shields.io/badge/Documentation-Read%20the%20Docs-blue)](https://munich-quantum-software-stack.github.io/MQP-Database-Access/index.html)

## Overview

Expand Down
Loading