Skip to content

Commit

Permalink
feat: add contributors.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ginifizz committed Oct 18, 2024
1 parent da9ed4a commit 8cbb513
Show file tree
Hide file tree
Showing 3 changed files with 19,820 additions and 2 deletions.
1 change: 0 additions & 1 deletion pwa/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ yarn-error.log*
next-env.d.ts

data/docs
data/contributors.json

public/schema/metadata/*.xsd

Expand Down
2 changes: 1 addition & 1 deletion pwa/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ RUN --mount=type=secret,id=GITHUB_KEY \
fi \
&& pnpm run prebuild

ADD https://soyuka.me/contributors.json ./data/contributors.json
# ADD https://soyuka.me/contributors.json ./data/contributors.json

RUN --mount=type=secret,id=GITHUB_KEY \
export GITHUB_KEY=$(cat /run/secrets/GITHUB_KEY) ; \
Expand Down
Loading

0 comments on commit 8cbb513

Please sign in to comment.