feat: Added compiled action files to the repo

This commit is contained in:
Laegel
2021-03-19 19:53:17 +01:00
parent c4abfabe99
commit 2c4751f784
3 changed files with 40 additions and 0 deletions

14
github-action/action.yml Normal file
View 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'

View 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
View 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==