build(website): build site from db data

This commit is contained in:
iCrawl
2023-04-01 02:50:24 +02:00
parent 34bc36ac4b
commit 311cab2d3f
63 changed files with 740 additions and 641 deletions

View File

@@ -0,0 +1,11 @@
name: 'Upload documentation'
description: 'Uploads the docs.json file to a planetscale database'
inputs:
package:
description: 'The package string'
required: true
semver:
description: 'The semver string'
runs:
using: node16
main: ../../dist/uploadDocumentation/index.mjs