We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36218a3 commit 7bbcfb0Copy full SHA for 7bbcfb0
3 files changed
.github/dependabot.yml
@@ -11,7 +11,11 @@ updates:
11
- "*" # Group all Actions updates into a single larger pull request
12
schedule:
13
interval: weekly
14
- - package-ecosystem: "pip"
+ - package-ecosystem: "uv"
15
directory: "/"
16
+ groups:
17
+ uv:
18
+ patterns:
19
+ - "*" # Group all uv updates into a single larger pull request
20
21
interval: "weekly"
.github/workflows/docs.yml
.github/workflows/publish-docs.yaml
@@ -39,4 +39,12 @@ jobs:
39
40
- name: Build and publish docs
41
run: uv run mkdocs gh-deploy --strict
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