Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Generate Snake

Generate Snake #4959

Workflow file for this run

name:Generate Snake
on:
schedule:
-cron:"0 */1 * * *"# every 12 hours
workflow_dispatch:
push:
branches:
-main# or master, depending on your default branch
jobs:
build:
runs-on:ubuntu-latest
permissions:
contents:write
steps:
-uses:actions/checkout@v3
-uses:Platane/snk@v3
id:snake-gif
with:
github_user_name:coderomm
outputs:|
dist/github-contribution-grid-snake.svg
dist/github-contribution-grid-snake-dark.svg?palette=github-dark
-name:Push to GitHub Pages
uses:crazy-max/ghaction-github-pages@v3.1.0
with:
target_branch:output
build_dir:dist
env:
GITHUB_TOKEN:${{ secrets.GITHUB_TOKEN }}

[8]ページ先頭

©2009-2025 Movatter.jp