Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 1.02 KB

File metadata and controls

46 lines (34 loc) · 1.02 KB

Year Window Preview

← Back to README

Workflow snippet

- name: Generate Contributions SVGs for 2021
  uses: stefashkaa/github-profile-crt@v1
  with:
    output-dir: assets
    themes: ice
    year: 2021

Profile README snippet

<p align="center">
  <picture>
    <source media="(prefers-color-scheme: dark)" srcset="../assets/ice-dark.svg">
    <source media="(prefers-color-scheme: light)" srcset="../assets/ice-light.svg">
    <img alt="Contributions in 2021" src="../assets/ice-dark.svg" width="100%">
  </picture>
</p>

Preview (@stefashkaa)

Contributions in 2021 preview

↑ Scroll to top