From 6da4f166d8c1e889049d1bf0052c048e24a0bf81 Mon Sep 17 00:00:00 2001 From: Eric Tuvesson Date: Wed, 20 Sep 2023 10:08:11 +0200 Subject: [PATCH] fix: build (#17) --- .github/workflows/test-build.yml | 5 +---- nodes/basic-elements/video.md | 4 ++-- nodes/ui-controls/text-input.md | 8 ++++---- 3 files changed, 7 insertions(+), 10 deletions(-) diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index 5b527e2..9e9c0ec 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -3,10 +3,7 @@ name: Test build -on: - push: - branches: - main +on: push jobs: build: diff --git a/nodes/basic-elements/video.md b/nodes/basic-elements/video.md index 90efd47..9febb37 100644 --- a/nodes/basic-elements/video.md +++ b/nodes/basic-elements/video.md @@ -91,7 +91,7 @@ This node supports the following [Visual Output Properties](/nodes/shared-props/
-@include "../shared-props/inputs/\_visual-input-properties.md" -@include "../shared-props/outputs/\_visual-output-properties.md" +@include "../shared-props/inputs/_visual-input-properties.md" +@include "../shared-props/outputs/_visual-output-properties.md"
diff --git a/nodes/ui-controls/text-input.md b/nodes/ui-controls/text-input.md index b83f2d0..1d11844 100644 --- a/nodes/ui-controls/text-input.md +++ b/nodes/ui-controls/text-input.md @@ -81,13 +81,13 @@ This node supports the following [Visual Input Properties](/nodes/shared-props/i It also features the standard set of UI control signals: -@include "../shared-props/outputs/\_control-events.md" +@include "../shared-props/outputs/_control-events.md" ### States Apart from triggering signals the Checkbox node also notifies of its state through data outputs: -@include "../shared-props/outputs/\_control-states.md" +@include "../shared-props/outputs/_control-states.md" ### Visual @@ -99,8 +99,8 @@ This node supports the following [Visual Output Properties](/nodes/shared-props/
-@include "../shared-props/inputs/\_visual-input-properties.md" +@include "../shared-props/inputs/_visual-input-properties.md" -@include "../shared-props/outputs/\_visual-output-properties.md" +@include "../shared-props/outputs/_visual-output-properties.md"