Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Generate Snake Animation #78

Generate Snake Animation

Generate Snake Animation #78

name: Generate Snake Animation
on:
schedule:
- cron: "0 0 * * *" # runs every day at midnight
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: Platane/snk@v3
with:
github_user_name: himanshuy08
outputs: |
dist/github-contribution-grid-snake.svg
dist/github-contribution-grid-snake-dark.svg?palette=github-dark
- name: Push to the output branch
uses: crazy-max/ghaction-github-pages@v4
with:
target_branch: output
build_dir: dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}