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"
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
- run: npm test
|
||||
- run: npm build
|
||||
- run: npm build-docs
|
||||
- run: npm run test
|
||||
- run: npm run build
|
||||
- run: npm run build-docs
|
||||
- name: Deploy Docs 🚀
|
||||
uses: JamesIves/github-pages-deploy-action@3.7.1
|
||||
with:
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"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",
|
||||
"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