Skip to content

Commit f85660d

Browse files
committed
Less work
1 parent b2d8f1e commit f85660d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/blueprint.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ jobs:
2222
runs-on: ubuntu-latest
2323
name: Build project
2424
steps:
25-
- name: Checkout project
26-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
27-
with:
28-
fetch-depth: 0 # Fetch all history for all branches and tags
25+
# - name: Checkout project
26+
# uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
27+
# with:
28+
# fetch-depth: 0 # Fetch all history for all branches and tags
2929

30-
- name: Build the project
31-
uses: leanprover/lean-action@434f25c2f80ded67bba02502ad3a86f25db50709 # v1.3.0
32-
with:
33-
use-github-cache: false
30+
# - name: Build the project
31+
# uses: leanprover/lean-action@434f25c2f80ded67bba02502ad3a86f25db50709 # v1.3.0
32+
# with:
33+
# use-github-cache: false
3434

3535
- name: Compile blueprint and documentation
3636
uses: jcreedcmu/docgen-action@main

0 commit comments

Comments
 (0)