mirror of
https://github.com/gosticks/octoprint-open-api.git
synced 2025-10-16 11:45:38 +00:00
actions setup
This commit is contained in:
parent
d3a006e876
commit
6fd9b28962
6
.github/workflows/build-docs.yaml
vendored
6
.github/workflows/build-docs.yaml
vendored
@ -20,9 +20,9 @@ jobs:
|
|||||||
node-version: "12.x"
|
node-version: "12.x"
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
- run: npm test
|
- run: npm run test
|
||||||
- run: npm build
|
- run: npm run build
|
||||||
- run: npm build-docs
|
- run: npm run build-docs
|
||||||
- name: Deploy Docs 🚀
|
- name: Deploy Docs 🚀
|
||||||
uses: JamesIves/github-pages-deploy-action@3.7.1
|
uses: JamesIves/github-pages-deploy-action@3.7.1
|
||||||
with:
|
with:
|
||||||
|
|||||||
@ -7,7 +7,7 @@
|
|||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "openapi preview-docs",
|
"start": "openapi preview-docs",
|
||||||
"build": "openapi bundle -o ./dist/api.yaml && openapi bundle -o ./dist/api.yaml",
|
"build": "openapi bundle -o ./dist/api.yaml",
|
||||||
"build-docs": "openapi bundle -o ./docs/api.json",
|
"build-docs": "openapi bundle -o ./docs/api.json",
|
||||||
"test": "openapi lint"
|
"test": "openapi lint"
|
||||||
}
|
}
|
||||||
|
|||||||
2516
spec/api.yaml
2516
spec/api.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user