1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Update main.yml

This commit is contained in:
Mario Sarcher 2020-11-09 16:20:24 +01:00 committed by GitHub
parent 6187da084f
commit 609aa80bd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,6 +45,11 @@ jobs:
yarn install
yarn typedocs-extensions-api
for filename in api/**/*.md; do
[ -e "$filename" ] || continue
sed -i '' '1s/^/---\ntitle: API Reference\n---\n/' $filename
done
# - name: mkdocs deploy latest
# run: |
# mike deploy --push latest