Skip to content

Commit a874fb1

Browse files
chore(workflows): bump docgen-action (#534)
Context: https://leanprover.zulipchat.com/#narrow/channel/423402-PrimeNumberTheorem.2B/topic/CI.20issues/near/570938802 --------- Co-authored-by: Michael Rothgang <rothgang@math.uni-bonn.de>
1 parent 21c153a commit a874fb1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
cp paper/main.pdf docs/paper.pdf
6262
6363
- name: Compile blueprint and documentation
64-
uses: leanprover-community/docgen-action@deed0cdc44dd8e5de07a300773eb751d33e32fc8 # 2025-10-26
64+
uses: leanprover-community/docgen-action@3dbd3475a9bc8d22fd786a8f8efe1869457da7cc # 2026-01-15
6565
with:
6666
blueprint: true
6767
homepage: docs

.github/workflows/push_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: env LEAN_ABORT_ON_PANIC=1 ~/.elan/bin/lake exe runLinter Carleson
3737

3838
- name: Compile blueprint and documentation
39-
uses: leanprover-community/docgen-action@deed0cdc44dd8e5de07a300773eb751d33e32fc8 # 2025-10-26
39+
uses: leanprover-community/docgen-action@3dbd3475a9bc8d22fd786a8f8efe1869457da7cc # 2026-01-15
4040
with:
4141
blueprint: true
4242
homepage: docs

0 commit comments

Comments
 (0)