name: Generate Snake Animation
on:
schedule:
- cron: "0 */12 * * *" # run every 12 hours
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: Platane/snk@v3
id: snake-gif
with:
github_user_name: rajdwaipyan
outputs: |
dist/github-contribution-grid-snake.svg
dist/github-contribution-grid-snake-dark.svg?palette=github-dark
- uses: crazy-max/ghaction-github-pages@v3
with:
target_branch: output
build_dir: dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}The 3D contribution visualization is provided through GitHub's official Skyline feature:
- Visit https://skyline.github.com/
- Enter your GitHub username
- Choose a year to visualize
- You can view, download and share your 3D contribution graph
This is an official GitHub feature and provides a beautiful 3D representation of your contributions!
β To activate these features, follow the instructions above! β