Workflow test

This commit is contained in:
Pax1601 2023-09-21 10:42:12 +02:00
parent e0f96b5cca
commit 1567a6fd27
2 changed files with 3 additions and 30 deletions

View File

@ -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

View File

@ -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"
}
}