We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c5a403 commit 006e236Copy full SHA for 006e236
.github/workflows/dev-documentation.yml
@@ -3,7 +3,7 @@ name: dev-documentation
3
on:
4
push:
5
branches:
6
- - master
+ - refactor-pluntuml-renderer
7
workflow_dispatch:
8
9
# Мы хотим чтобы deploy в ветку gh-pages
@@ -48,7 +48,7 @@ jobs:
48
- name: Setup python
49
uses: actions/setup-python@v5
50
with:
51
- python-version: 3.x
+ python-version: 3.11
52
cache: 'pip'
53
54
- name: Download mkdocs plugins
.github/workflows/release-documentation.yml
@@ -66,7 +66,7 @@ jobs:
66
67
68
69
70
71
72
- name: Install dependencies
0 commit comments