Skip to content

Commit

Permalink
docs: improve public contributors (#89)
Browse files Browse the repository at this point in the history
* docs: improve public contributors

* ci: improve cache
  • Loading branch information
wellwelwel committed Mar 7, 2024
1 parent 74a5f24 commit 6b07fc6
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 18 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
uses: actions/cache@v4
with:
path: ~/.npm
key: npm-${{ hashFiles('package-lock.json') }}
restore-keys: npm-
key: npm-linux-${{ hashFiles('package-lock.json') }}
restore-keys: npm-linux-

- name: 📦 Installing Dependencies
run: npm ci
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
uses: actions/cache@v4
with:
path: ~/.npm
key: npm-${{ hashFiles('package-lock.json') }}
restore-keys: npm-
key: npm-linux-${{ hashFiles('package-lock.json') }}
restore-keys: npm-linux-

- name: 📦 Installing Dependencies
run: npm ci
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
uses: actions/cache@v4
with:
path: ~/.npm
key: npm-${{ hashFiles('package-lock.json') }}
restore-keys: npm-
key: npm-website-${{ hashFiles('website/package-lock.json') }}
restore-keys: npm-website-

- name: Installing Dependencies
run: cd website && npm ci
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
uses: actions/cache@v4
with:
path: ~/.npm
key: npm-${{ hashFiles('package-lock.json') }}
restore-keys: npm-
key: npm-linux-${{ hashFiles('package-lock.json') }}
restore-keys: npm-linux-

- name: 📦 Installing Dependencies
run: npm ci
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
uses: actions/cache@v4
with:
path: ~/.npm
key: npm-${{ hashFiles('package-lock.json') }}
restore-keys: npm-
key: npm-website-${{ hashFiles('website/package-lock.json') }}
restore-keys: npm-website-

- name: Installing Dependencies
run: cd website && npm ci
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
if: ${{ steps.release.outputs.releases_created }}
with:
path: ~/.npm
key: npm-${{ hashFiles('package-lock.json') }}
restore-keys: npm-
key: npm-linux-${{ hashFiles('package-lock.json') }}
restore-keys: npm-linux-

- name: 📦 Installing Dependencies
if: ${{ steps.release.outputs.releases_created }}
Expand Down
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,11 +251,19 @@ Please check the [**SECURITY.md**](./SECURITY.md) and the section [**Is Poku Saf

[![Contributors](https://img.shields.io/github/contributors/wellwelwel/poku)](https://github.com/wellwelwel/poku/graphs/contributors)

[![Contributors](https://contrib.rocks/image?repo=wellwelwel/poku)](https://github.com/wellwelwel/poku/graphs/contributors)
[![Contributors](https://opencollective.com/poku/contributors.svg?width=890&button=false)](https://github.com/wellwelwel/poku/graphs/contributors)

---

## Author

| [![wellwelwel](https://github.com/avatars/u/46850407?v=4?v=3&s=115)<br><sub>@wellwelwel</sub>](https://github.com/wellwelwel) |
| :--------------------------------------------------------------------------------------------------------------------------------------: |
<a href="https://github.com/wellwelwel">
<table>
<tr>
<td align="center">
<img src="https://github.com/avatars/u/46850407" alt="wellwelwel" width=96><br>
<em>@wellwelwel</em>
</td>
</tr>
</table>
</a>
6 changes: 3 additions & 3 deletions website/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -254,9 +254,9 @@ Please check the [**SECURITY.md**](https://github.com/wellwelwel/poku/blob/main/
style={{ textDecoration: 'none', color: 'inherit' }}
>
<img
src='https://contrib.rocks/image?repo=wellwelwel/poku'
src='https://opencollective.com/poku/contributors.svg?width=890&button=false'
alt='Contributors'
style={{ maxWidth: '100%', transform: 'scale(.75)' }}
style={{ maxWidth: '100%' }}
/>
</a>

Expand All @@ -268,7 +268,7 @@ Please check the [**SECURITY.md**](https://github.com/wellwelwel/poku/blob/main/
<img
src='https://github.com/avatars/u/46850407'
alt='wellwelwel'
style={{ borderRadius: '50%', widows: 64, height: 64 }}
style={{ borderRadius: '50%', width: 64, height: 64 }}
/>
<br />
<sub>@wellwelwel</sub>
Expand Down

0 comments on commit 6b07fc6

Please sign in to comment.