mirror of
https://github.com/PR0M3TH3AN/Marlin.git
synced 2025-09-08 23:28:44 +00:00
Generate CLI cheatsheet at build time
This commit is contained in:
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -58,6 +58,14 @@ jobs:
|
||||
if-no-files-found: ignore
|
||||
retention-days: 7
|
||||
|
||||
- name: Upload CLI Cheatsheet
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: marlin-cli-cheatsheet
|
||||
path: docs/cli_cheatsheet.md
|
||||
if-no-files-found: warn
|
||||
retention-days: 7
|
||||
|
||||
coverage:
|
||||
name: Code Coverage (Tarpaulin)
|
||||
needs: comprehensive-tests
|
||||
|
Reference in New Issue
Block a user