File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -264,10 +264,10 @@ jobs:
264264 - name : Transform plugin documentation
265265 if : steps.validate.outputs.validation_passed == 'true'
266266 run : |
267- cd docs-v2/helper-scripts/influxdb3-plugins # ← CHANGE: Run from script directory
267+ cd docs-v2/helper-scripts/influxdb3-plugins
268268
269269 # Set path to plugins repo (relative from script directory)
270- export INFLUXDB3_PLUGINS_PATH="../../../.ext/influxdb3_plugins" # ← CHANGE: Adjust relative path
270+ export INFLUXDB3_PLUGINS_PATH="../../../.ext/influxdb3_plugins"
271271
272272 # Run the transformation
273273 if [[ "${{ steps.inputs.outputs.plugins }}" == "all" ]]; then
@@ -278,7 +278,7 @@ jobs:
278278 for plugin in "${PLUGIN_ARRAY[@]}"; do
279279 plugin=$(echo "$plugin" | xargs) # trim whitespace
280280 echo "Transforming plugin: $plugin"
281- node port_to_docs.js --plugin "$plugin" # ← CHANGE: Script is in current dir
281+ node port_to_docs.js --plugin "$plugin"
282282 done
283283 fi
284284
You can’t perform that action at this time.
0 commit comments