We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edb0d62 commit cd8c198Copy full SHA for cd8c198
2 files changed
.github/workflows/dev-release.yml
@@ -44,10 +44,6 @@ jobs:
44
- name: Install uv
45
uses: astral-sh/setup-uv@v6
46
47
- - name: Install dependencies
48
- run: |
49
- make venv
50
-
51
- name: Fix logo in Readme
52
run: |
53
sed -i "s#image:: docs/#image:: https://raw.githubusercontent.com/MobileTeleSystems/data-rentgen/$GITHUB_SHA/docs/#g" README.rst
.github/workflows/release.yml
@@ -39,10 +39,6 @@ jobs:
39
40
41
42
43
- name: Generate OpenAPI Schema
make docs-openapi
0 commit comments