File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments