Skip to content

Commit 84ce811

Browse files
committed
Update dev doc workflow
Small cleanup to conf.py made in addition to adding the publish-dev workflow to the workflow path, so as to trigger the workflow when changes are made to it. No QA steps preformed. Signed-off-by: Katrina Prosise <katrina.prosise@foundries.io>
1 parent e97ba3e commit 84ce811

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/publish-dev.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ on:
33
push:
44
branches:
55
- 'next'
6-
paths:
7-
- 'source/**'
86

97
workflow_dispatch:
108

source/conf.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,6 @@
131131
#parent_dir = dirname(dirname(abspath(__file__)))
132132
#sys.path.insert(0, join(parent_dir, 'extensions'))
133133

134-
# The version info for the project you're documenting, acts as replacement for
135-
# |version| and |release|, also used in various other places throughout the
136-
# built documents.
137-
#
138134
# The short X.Y version.
139135
version = mp_version
140136
# The full version, including alpha/beta/rc tags.

0 commit comments

Comments
 (0)