Skip to content

Commit

Permalink
Update snake.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
otema666 committed Jul 3, 2023
1 parent 489a886 commit ca91f07
Showing 1 changed file with 2 additions and 31 deletions.
33 changes: 2 additions & 31 deletions .github/workflows/snake.yml
Original file line number Diff line number Diff line change
@@ -1,31 +1,2 @@
name: Generate snake animation

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

workflow_dispatch:

push:
branches:
- master

jobs:
generate:
runs-on: ubuntu-latest

steps:
- name: generate snake.svg
uses: Platane/snk/svg-only@v2
with:
github_user_name: ${{ github.repository_owner }}
outputs: dist/snake.svg


- name: push snake.svg to the output branch
uses: crazy-max/ghaction-github-pages@v2.6.0
with:
target_branch: output
build_dir: dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: generate-snake-game-from-github-contribution-grid
uses: Platane/snk@v2.2.1

0 comments on commit ca91f07

Please sign in to comment.