这是indexloc提供的服务,不要输入任何密码
Skip to content

Readme

Readme #392

Workflow file for this run

name: Readme
on:
workflow_dispatch:
schedule:
# runs at 12 AM UTC
- cron: "0 0 * * *"
jobs:
default:
runs-on: ubuntu-latest
steps:
- name: Create Snake gif
uses: Platane/snk/svg-only@v3
with:
github_user_name: ${{ github.repository_owner }}
outputs: |
dist/github-contribution-grid-snake.svg
dist/github-contribution-grid-snake-dark.svg?palette=github-dark
- name: Push Snake
uses: crazy-max/ghaction-github-pages@v3.1.0
with:
target_branch: output
build_dir: dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}