We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e2ec89 commit 9701f79Copy full SHA for 9701f79
.github/workflows/blueprint.yml
@@ -27,10 +27,10 @@ jobs:
27
with:
28
fetch-depth: 0 # Fetch all history for all branches and tags
29
30
- # - name: Build the project
31
- # uses: leanprover/lean-action@434f25c2f80ded67bba02502ad3a86f25db50709 # v1.3.0
32
- # with:
33
- # use-github-cache: false
+ - name: Build the project
+ uses: leanprover/lean-action@434f25c2f80ded67bba02502ad3a86f25db50709 # v1.3.0
+ with:
+ use-github-cache: false
34
35
- name: Compile blueprint and documentation
36
uses: jcreedcmu/docgen-action@main
0 commit comments