-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Streamline CI Workflow and Update Dependencies
Revised GitHub Actions workflow for better efficiency: - Moved the `docs` job to run after the `release` job to ensure documentation is always up-to-date with the latest release. - Improved doc generation by specifying the project version. - Added steps to build VitePress site and deploy it to GitHub Pages. Updated `shard.yml`: - Removed redundant `shard.version` property. - Minor syntax tweak to ensure consistency in the `crystal` field. These changes enhance CI reliability and keep the documentation aligned with releases.
- Loading branch information
Showing
2 changed files
with
34 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ name: cql | |
version: 0.1.0 | ||
authors: | ||
- Elias Perez <[email protected]> | ||
crystal: '>= 1.12.2' | ||
crystal: ">= 1.12.2" | ||
license: MIT | ||
dependencies: | ||
ulid: | ||
|
@@ -18,5 +18,3 @@ development_dependencies: | |
github: crystal-lang/crystal-mysql | ||
pg: | ||
github: will/crystal-pg | ||
shard: | ||
version: 0.0.16 |