Skip to content

Commit fe6ba57

Browse files
committed
chore(docs): update github actions workflow
1 parent f29d47f commit fe6ba57

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Documentation
1+
name: Binary Garden
22
on:
33
push:
44
branches:
@@ -21,9 +21,9 @@ jobs:
2121
with:
2222
python-version: 3.x
2323
- run: pip install zensical
24-
- run: zensical build --clean
24+
- run: zensical build --clean
2525
- uses: actions/upload-pages-artifact@v4
2626
with:
2727
path: site
2828
- uses: actions/deploy-pages@v4
29-
id: deployment
29+
id: deployment

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "binary-garden"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "Add your description here"
55
readme = "README.md"
66
requires-python = ">=3.13"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)