mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Workflow test
This commit is contained in:
parent
e0f96b5cca
commit
1567a6fd27
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@ -1,7 +1,7 @@
|
||||
# ci.yml file for GitHub Actions
|
||||
name: CI
|
||||
|
||||
on: [push, pull_request]
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build_and_lint:
|
||||
@ -31,10 +31,4 @@ jobs:
|
||||
run: bash lint.sh
|
||||
|
||||
- name: Create the docs directory locally in CI
|
||||
run: npx typedoc typedoc --out docs client/**/*.ts
|
||||
|
||||
- name: Deploy 🚀
|
||||
uses: JamesIves/github-pages-deploy-action@4.1.4
|
||||
with:
|
||||
branch: main
|
||||
folder: docs
|
||||
run: npx typedoc client/**/*.ts
|
||||
|
||||
23
package.json
23
package.json
@ -1,26 +1,5 @@
|
||||
{
|
||||
"name": "document",
|
||||
"version": "1.0.0",
|
||||
"description": "*A real-time web interface to spawn and control units in DCS World*",
|
||||
"main": "index.js",
|
||||
"directories": {
|
||||
"doc": "docs"
|
||||
},
|
||||
"dependencies": {
|
||||
"typedoc": "^0.25.1"
|
||||
},
|
||||
"devDependencies": {},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/Pax1601/DCSOlympus.git"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"bugs": {
|
||||
"url": "https://github.com/Pax1601/DCSOlympus/issues"
|
||||
},
|
||||
"homepage": "https://github.com/Pax1601/DCSOlympus#readme"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user