Spaces:
Build error
Build error
Remove checkout step in build.yaml
Browse filesRemoved checkout step from the build workflow.
.github/workflows/build.yaml
CHANGED
|
@@ -70,8 +70,6 @@ jobs:
|
|
| 70 |
permissions:
|
| 71 |
contents: write
|
| 72 |
steps:
|
| 73 |
-
- name: Checkout repository
|
| 74 |
-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
| 75 |
- name: Download artifacts
|
| 76 |
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
|
| 77 |
with:
|
|
|
|
| 70 |
permissions:
|
| 71 |
contents: write
|
| 72 |
steps:
|
|
|
|
|
|
|
| 73 |
- name: Download artifacts
|
| 74 |
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
|
| 75 |
with:
|