Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: mkdocs-build
description: Build mkdocs
name: zensical-build
description: Build zensical
runs:
using: composite
steps:
- uses: astral-sh/setup-uv@v8.2.0
- run: |
uv sync
uv run mkdocs build
uv run zensical build
shell: bash
7 changes: 4 additions & 3 deletions .github/workflows/mkdocs.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: mkdocs
name: zensical
on:
pull_request:
push:
Expand All @@ -14,7 +14,7 @@ jobs:

steps:
- uses: actions/checkout@v7
- uses: ./.github/actions/mkdocs-build
- uses: ./.github/actions/zensical-build

deploy:
if: ${{ github.event_name == 'push' && github.ref_name == 'main' }}
Expand All @@ -33,14 +33,15 @@ jobs:

steps:
- uses: actions/checkout@v7
- uses: ./.github/actions/mkdocs-build
- uses: ./.github/actions/zensical-build
- name: Upload artifact
uses: actions/upload-pages-artifact@v5
with:
name: github-pages
path: site
retention-days: "3"
- name: deploy to gh pages
id: deployment
uses: actions/deploy-pages@v5
with:
artifact_name: github-pages
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Calendar Versioning](https://calver.org/).
The versioning pattern is `YYYY.MM.DD.micro(a/b/{none if release})`

---
## [2026.08.28.0]

- updated the doc site to zensical

## [2026.08.07.0]

- added function to check blob access to provide more accurate error messages if access does not exist.
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "cfa.dataops"
version = "2026.08.26.0"
version = "2026.08.28.0"
description = "Data cataloging, ETL, modeling, verification, and validation for CFA"
authors = [
{ name = "Ryan Raasch", email = "xng3@cdc.gov" },
Expand Down Expand Up @@ -60,7 +60,7 @@ dev = [
"coverage-badge>=1.1.2",
"hypothesis>=6.133.0",
"ipykernel>=6.30.0",
"mkdocs>=1.6.1",
"zensical>=0.0.57",
"mkdocs-material>=9.6.16",
"mkdocstrings[python]>=0.30.0",
"mdx-truly-sane-lists>=1.3",
Expand Down
43 changes: 41 additions & 2 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.