Skip to content

Commit a99fc06

Browse files
authored
ci: trigger docs rebuild on platform/core source changes (#1565)
1 parent c209c76 commit a99fc06

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/publish-docs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ on:
99
- "packages/uipath/docs/**"
1010
- "packages/uipath/mkdocs.yml"
1111
- "packages/uipath/pyproject.toml"
12+
- "packages/uipath-platform/src/**"
13+
- "packages/uipath-platform/pyproject.toml"
14+
- "packages/uipath-core/src/**"
15+
- "packages/uipath-core/pyproject.toml"
1216
repository_dispatch:
1317
types: [publish-docs]
1418

packages/uipath-platform/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "uipath-platform"
3-
version = "0.1.27"
3+
version = "0.1.28"
44
description = "HTTP client library for programmatic access to UiPath Platform"
55
readme = { file = "README.md", content-type = "text/markdown" }
66
requires-python = ">=3.11"

packages/uipath-platform/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/uipath/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)