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"