- name: Generate Contributions SVGs without stats panels
uses: stefashkaa/github-profile-crt@v1
with:
output-dir: assets
themes: mono
show-stats: false
show-stats-footer: false<p align="center">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="../assets/mono-dark.svg">
<source media="(prefers-color-scheme: light)" srcset="../assets/mono-light.svg">
<img alt="Contributions without stats panels" src="../assets/mono-dark.svg" width="100%">
</picture>
</p>