- 🌱 Estou aprendendo: [Tecnologias/Áreas]
- 🎯 Objetivo atual: [Seu objetivo atual]
- 💬 Pergunte-me sobre: [Tópicos com que você pode ajudar]
name: Generate Snake Animation
on: schedule: # Executa diariamente - cron: "0 0 * * *" workflow_dispatch: # Permite rodar manualmente
jobs: build: runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: Platane/snk@v3
with:
github_user_name: ${{ github.repository_owner }}
outputs: |
dist/github-snake.svg
dist/github-snake-dark.svg?palette=github-dark
dist/ocean.gif?color_snake=orange&color_dots=#bfd6f6,#8dbdff,#64a1f4,#4b91f1,#3c7dd9
- name: Commit e enviar a animação
uses: crazy-max/ghaction-github-pages@v3
with:
target_branch: output
build_dir: dist
