Skip to content

Commit 671df26

Browse files
committed
chore(workflows): downgrade docgen-action for a new bug
1 parent 8635dd8 commit 671df26

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@3dbd3475a9bc8d22fd786a8f8efe1869457da7cc # 2026-01-15
64+
uses: leanprover-community/docgen-action@deed0cdc44dd8e5de07a300773eb751d33e32fc8 # 2025-10-26
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@3dbd3475a9bc8d22fd786a8f8efe1869457da7cc # 2026-01-15
39+
uses: leanprover-community/docgen-action@deed0cdc44dd8e5de07a300773eb751d33e32fc8 # 2025-10-26
4040
with:
4141
blueprint: true
4242
homepage: docs

0 commit comments

Comments
 (0)