mirror of
https://github.com/tauri-apps/typedocusaurus.git
synced 2026-02-04 10:41:23 +01:00
fix: Changed process.env for core.getInput
This commit is contained in:
@@ -7,7 +7,7 @@ const { default: generate } = require("../src/plugin");
|
||||
// Where your docs live, should be the folder containing the crates docs
|
||||
const originPath = core.getInput("originPath"); // e.g. "/path/to/project/src/";
|
||||
|
||||
const sidebarFile = process.env["sidebarFile"];
|
||||
const sidebarFile = core.getInput("sidebarFile");
|
||||
// Where you'll save your MD files
|
||||
const targetPath = core.getInput("targetPath"); // e.g. "/path/to/docusaurus/website/docs/api/js/";
|
||||
const docusaurusPath = core.getInput("docusaurusPath");
|
||||
|
||||
Reference in New Issue
Block a user