mirror of
https://github.com/mavlink/mavlink.git
synced 2026-06-19 07:35:34 +00:00
This reverts commit 7d6ba35560.
This commit is contained in:
@@ -25,13 +25,6 @@ jobs:
|
||||
with:
|
||||
python-version: "3.10"
|
||||
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '20'
|
||||
cache: 'npm'
|
||||
cache-dependency-path: doc/package-lock.json
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
@@ -42,11 +35,6 @@ jobs:
|
||||
cd doc
|
||||
python3 mavlink_xml_to_markdown.py
|
||||
|
||||
- name: Format generated markdown
|
||||
run: |
|
||||
npm ci --prefix doc
|
||||
npm run --prefix doc format
|
||||
|
||||
- name: Upload docs artifact
|
||||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
tags
|
||||
doc/html
|
||||
doc/messages
|
||||
doc/node_modules
|
||||
doc/*.log
|
||||
.DS_Store
|
||||
build*
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
proseWrap: preserve
|
||||
printWidth: 120
|
||||
tabWidth: 2
|
||||
singleQuote: false
|
||||
embeddedLanguageFormatting: "off"
|
||||
Generated
-28
@@ -1,28 +0,0 @@
|
||||
{
|
||||
"name": "doc",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"devDependencies": {
|
||||
"prettier": "3.8.4"
|
||||
}
|
||||
},
|
||||
"node_modules/prettier": {
|
||||
"version": "3.8.4",
|
||||
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.4.tgz",
|
||||
"integrity": "sha512-N2MylSdi48+5N/6S5j+maeHbUSIzzZ5uOcX5Hm4QpV8Dkb1HFjfAKTKX6yNPJQD9AhcT3ifHNB66tWTTJDi11Q==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"bin": {
|
||||
"prettier": "bin/prettier.cjs"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=14"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://github.com/prettier/prettier?sponsor=1"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"scripts": {
|
||||
"format": "prettier --write 'messages/**/*.md'"
|
||||
},
|
||||
"devDependencies": {
|
||||
"prettier": "3.8.4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user