Skip to content

Commit

Permalink
update data yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsusac committed May 4, 2024
1 parent eb6d59b commit 921ffac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,10 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Setup Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: latest

- run: |
git config --global user.name "Update Data"
git config --global user.email "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion scrape/images.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { existsSync } from "node:fs"

export const getImages = async (): Promise<DataImage[]> => [
...manuallyListedImages,

...await (async () => {
const i = await Promise.all(scrapedImages.map(async (scrapedImage) => {
const cwd = `${import.meta.dir}/cloned/${scrapedImage.ownerRepoPath}`
Expand Down

0 comments on commit 921ffac

Please sign in to comment.