Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit 9cd04d9

Browse files
committed
Changed pages deploy config to use 'devel' as source
1 parent c5a7ae8 commit 9cd04d9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/deploy_pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
# Runs on pushes targeting the default branch
66
push:
77
branches:
8-
- gh-pages
8+
- devel
99

1010
# Allows you to run this workflow manually from the Actions tab
1111
workflow_dispatch:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "python-course"
3-
version = "2023.04.dev"
3+
version = "2023.06.dev"
44
description = ""
55
license = "MIT"
66
authors = [

src/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
f"{datetime.now().year}, Python training course authors and contributors"
1515
authors = "Vladyslav Ponomaryov \\and " \
1616
"Serhii Horodilov"
17-
version = "2023.04.dev"
17+
version = "2023.06.dev"
1818

1919
# general configuration
2020
master_doc = root_doc = "index"

0 commit comments

Comments
 (0)