Skip to content

Commit 006e236

Browse files
committed
for test
1 parent 9c5a403 commit 006e236

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/dev-documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: dev-documentation
33
on:
44
push:
55
branches:
6-
- master
6+
- refactor-pluntuml-renderer
77
workflow_dispatch:
88

99
# Мы хотим чтобы deploy в ветку gh-pages
@@ -48,7 +48,7 @@ jobs:
4848
- name: Setup python
4949
uses: actions/setup-python@v5
5050
with:
51-
python-version: 3.x
51+
python-version: 3.11
5252
cache: 'pip'
5353

5454
- name: Download mkdocs plugins

.github/workflows/release-documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Setup python
6767
uses: actions/setup-python@v5
6868
with:
69-
python-version: 3.x
69+
python-version: 3.11
7070
cache: 'pip'
7171

7272
- name: Install dependencies

0 commit comments

Comments
 (0)