mirror of
https://github.com/tauri-apps/typedocusaurus.git
synced 2026-02-04 02:31:22 +01:00
feat: Added compiled action files to the repo
This commit is contained in:
14
github-action/action.yml
Normal file
14
github-action/action.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
name: 'typedocusaurus'
|
||||
description: 'Generate Typedoc to Docusaurus.'
|
||||
inputs:
|
||||
originPath:
|
||||
required: true
|
||||
sidebarFile:
|
||||
required: true
|
||||
targetPath:
|
||||
required: true
|
||||
docusaurusPath:
|
||||
required: true
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'dist/index.js'
|
||||
13
github-action/package.json
Normal file
13
github-action/package.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "typedocusaurus-action",
|
||||
"version": "1.0.0",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"run-source": "node index.js",
|
||||
"build": "ncc build index.js -o dist"
|
||||
},
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.2.6",
|
||||
"@zeit/ncc": "^0.22.3"
|
||||
}
|
||||
}
|
||||
13
github-action/yarn.lock
Normal file
13
github-action/yarn.lock
Normal file
@@ -0,0 +1,13 @@
|
||||
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
||||
# yarn lockfile v1
|
||||
|
||||
|
||||
"@actions/core@^1.2.6":
|
||||
version "1.2.6"
|
||||
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.2.6.tgz#a78d49f41a4def18e88ce47c2cac615d5694bf09"
|
||||
integrity sha512-ZQYitnqiyBc3D+k7LsgSBmMDVkOVidaagDG7j3fOym77jNunWRuYx7VSHa9GNfFZh+zh61xsCjRj4JxMZlDqTA==
|
||||
|
||||
"@zeit/ncc@^0.22.3":
|
||||
version "0.22.3"
|
||||
resolved "https://registry.yarnpkg.com/@zeit/ncc/-/ncc-0.22.3.tgz#fca6b86b4454ce7a7e1e7e755165ec06457f16cd"
|
||||
integrity sha512-jnCLpLXWuw/PAiJiVbLjA8WBC0IJQbFeUwF4I9M+23MvIxTxk5pD4Q8byQBSPmHQjz5aBoA7AKAElQxMpjrCLQ==
|
||||
Reference in New Issue
Block a user