Spaces:
Running
Running
Update: Set LFS true
Browse files
.github/workflows/pipeline.yaml
CHANGED
@@ -21,6 +21,7 @@ jobs:
|
|
21 |
|
22 |
- uses: actions/checkout@v3
|
23 |
with:
|
|
|
24 |
persist-credentials: false
|
25 |
fetch-depth: 1
|
26 |
|
@@ -47,6 +48,7 @@ jobs:
|
|
47 |
if: env.match != 'true'
|
48 |
run: |
|
49 |
mkdir datasets
|
|
|
50 |
go run scraper.go
|
51 |
|
52 |
- name: Install Libraries
|
|
|
21 |
|
22 |
- uses: actions/checkout@v3
|
23 |
with:
|
24 |
+
lfs: true
|
25 |
persist-credentials: false
|
26 |
fetch-depth: 1
|
27 |
|
|
|
48 |
if: env.match != 'true'
|
49 |
run: |
|
50 |
mkdir datasets
|
51 |
+
cat postman/symbols.json
|
52 |
go run scraper.go
|
53 |
|
54 |
- name: Install Libraries
|