Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update docs/howto/ci-cd.md
Co-authored-by: Andrew Benton <andrew@sqlc.dev>
  • Loading branch information
kyleconroy and andrewmbenton authored Oct 20, 2023
commit 9942bae87ef00adcd549f11d77923cce72efecfd
2 changes: 1 addition & 1 deletion docs/howto/ci-cd.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
Project uploads are powered by [sqlc Cloud](https://dashboard.sqlc.dev). Sign up for [free](https://dashboard.sqlc.dev) today.
```

The following GitHub Workflow configuration runs `sqlc upload`(upload.md) on
The following GitHub Workflow configuration runs [sqlc upload](upload.md) on
every push to `main`. Create an auth token via the
[dashboard](https://dashboard.sqlc.dev).

Expand Down