Skip to content

Commit

Permalink
Update snake.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gmpsankalpa authored Mar 24, 2024
1 parent 6a7864d commit 137e2d5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/snake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Generate snake animation

on:
schedule: # execute every 12 hours
- cron: "* */12 * * *"
- cron: '0 */12 * * *'

workflow_dispatch:

Expand All @@ -18,13 +18,15 @@ jobs:
timeout-minutes: 5

steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: generate snake.svg
uses: Platane/snk/svg-only@v3
with:
github_user_name: ${{ github.repository_owner }}
outputs: dist/snake.svg?palette=github-dark


- name: push snake.svg to the output branch
uses: crazy-max/ghaction-github-pages@v3.1.0
with:
Expand Down

0 comments on commit 137e2d5

Please sign in to comment.