Skip to content

Commit 7bbcfb0

Browse files
committed
Remove unused GitHub Actions workflows and update dependabot configuration
1 parent 36218a3 commit 7bbcfb0

3 files changed

Lines changed: 14 additions & 31 deletions

File tree

.github/dependabot.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@ updates:
1111
- "*" # Group all Actions updates into a single larger pull request
1212
schedule:
1313
interval: weekly
14-
- package-ecosystem: "pip"
14+
- package-ecosystem: "uv"
1515
directory: "/"
16+
groups:
17+
uv:
18+
patterns:
19+
- "*" # Group all uv updates into a single larger pull request
1620
schedule:
1721
interval: "weekly"

.github/workflows/docs.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

.github/workflows/publish-docs.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,12 @@ jobs:
3939

4040
- name: Build and publish docs
4141
run: uv run mkdocs gh-deploy --strict
42-
42+
43+
- run: zensical build --clean
44+
45+
- uses: actions/upload-pages-artifact@v5
46+
with:
47+
path: site
48+
49+
- uses: actions/deploy-pages@v5
50+
id: deployment

0 commit comments

Comments
 (0)