CI lfs
Build / Deploy (push) Failing after 9s
Details
Build / Deploy (push) Failing after 9s
Details
This commit is contained in:
parent
2d182e6391
commit
d77d9d3b9a
|
@ -18,6 +18,8 @@ jobs:
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
lfs: 'true'
|
||||||
|
|
||||||
- name: Docker install
|
- name: Docker install
|
||||||
run: |
|
run: |
|
||||||
|
|
|
@ -12,7 +12,6 @@ const conf = {
|
||||||
.filter(file => ['.png', '.jpg', '.jpeg', '.JPG'].includes(path.extname(file)))
|
.filter(file => ['.png', '.jpg', '.jpeg', '.JPG'].includes(path.extname(file)))
|
||||||
.sort()
|
.sort()
|
||||||
.map(image => `${data.page.url}${image}`);
|
.map(image => `${data.page.url}${image}`);
|
||||||
console.log(images);
|
|
||||||
|
|
||||||
return images;
|
return images;
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue