fix: build (#17)

This commit is contained in:
Eric Tuvesson
2023-09-20 10:08:11 +02:00
committed by GitHub
parent 7cdf8a6ed0
commit 6da4f166d8
3 changed files with 7 additions and 10 deletions

View File

@@ -3,10 +3,7 @@
name: Test build
on:
push:
branches:
main
on: push
jobs:
build:

View File

@@ -91,7 +91,7 @@ This node supports the following [Visual Output Properties](/nodes/shared-props/
<div className="hidden-props-for-editor">
@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"
</div>

View File

@@ -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 <span className="ndl-signal">signals</span>:
@include "../shared-props/outputs/\_control-events.md"
@include "../shared-props/outputs/_control-events.md"
### States
Apart from triggering <span className="ndl-signal">signals</span> the Checkbox node also notifies of its state through <span className="ndl-data">data</span> 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/
<div className="hidden-props-for-editor">
@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"
</div>