Skip to content

Generate snake game #1645

Generate snake game

Generate snake game #1645

Workflow file for this run

name: Generate snake game
on:
schedule: # execute every 12 hours
- cron: "* */12 * * *"
workflow_dispatch:
jobs:
build:
name: Jobs to update datas
runs-on: ubuntu-latest
steps:
# Snake Animation
- uses: Platane/snk@master
id: snake-gif
with:
github_user_name: patyfil
svg_out_path: dist/github-contribution-grid-snake2.svg
snake_color: 'yellow'
- uses: crazy-max/ghaction-github-pages@v2.1.3
with:
target_branch: output
build_dir: dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}