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
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
lfs: 'true'
|
||||
|
||||
- name: Docker install
|
||||
run: |
|
||||
|
|
|
@ -12,7 +12,6 @@ const conf = {
|
|||
.filter(file => ['.png', '.jpg', '.jpeg', '.JPG'].includes(path.extname(file)))
|
||||
.sort()
|
||||
.map(image => `${data.page.url}${image}`);
|
||||
console.log(images);
|
||||
|
||||
return images;
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue