Merge pull request #40 from PR0M3TH3AN/4zxg7n-codex/decide-and-update-cheatsheet-path

Fix cheatsheet path
This commit is contained in:
thePR0M3TH3AN
2025-05-21 13:52:49 -04:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -69,7 +69,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: marlin-cli-cheatsheet
path: docs/cli_cheatsheet.md
path: cli-bin/docs/cli_cheatsheet.md
if-no-files-found: warn
retention-days: 7

View File

@@ -81,7 +81,7 @@ Before a milestone is declared **shipped**:
## CLI Cheatsheet
The full command reference is generated during the build of the CLI. See
[docs/cli_cheatsheet.md](docs/cli_cheatsheet.md).
[cli-bin/docs/cli_cheatsheet.md](cli-bin/docs/cli_cheatsheet.md).
## License

View File

@@ -2,7 +2,7 @@
//
// Build script to generate the CLI cheatsheet at compile time. It
// parses `src/cli/commands.yaml` and emits a simple Markdown table of
// commands and flags to `docs/cli_cheatsheet.md`.
// commands and flags to `cli-bin/docs/cli_cheatsheet.md`.
use std::{fs, path::Path};