Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docs/src/content/docs/setup/quick-start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,10 @@ To customize it now:
---
```

4. Commit and push to your repository.
> [!NOTE]
> Commit **both** files — the `.md` source and the generated `.lock.yml`. The lock file is intentional and required by GitHub Actions to run your workflow; committing a generated file here is correct.

4. Commit and push both files to your repository.

5. Optionally trigger another run by running:

Expand Down