mirror of
https://github.com/MrUnknownDE/mrunknownde.git
synced 2026-04-19 06:43:49 +02:00
lul
This commit is contained in:
34
.github/workflows/snake.yml
vendored
34
.github/workflows/snake.yml
vendored
@@ -1,34 +0,0 @@
|
|||||||
name: Generate snake animation
|
|
||||||
|
|
||||||
on:
|
|
||||||
schedule: # execute every 12 hours
|
|
||||||
- cron: "* */12 * * *"
|
|
||||||
|
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
generate:
|
|
||||||
permissions:
|
|
||||||
contents: write
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
timeout-minutes: 5
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- 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 snake-animation branch
|
|
||||||
uses: crazy-max/ghaction-github-pages@v3.1.0
|
|
||||||
with:
|
|
||||||
target_branch: snake-animation
|
|
||||||
build_dir: dist
|
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
Reference in New Issue
Block a user