yes
Diffstat (limited to '.github/workflows/snk.yml')
| -rw-r--r-- | .github/workflows/snk.yml | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/.github/workflows/snk.yml b/.github/workflows/snk.yml deleted file mode 100644 index cae5473..0000000 --- a/.github/workflows/snk.yml +++ /dev/null @@ -1,33 +0,0 @@ -name: snk - -on: - schedule: - - cron: "0 */12 * * *" - - # allows to manually run the job at any time - workflow_dispatch: - - # run on every push on the master branch - push: - branches: - - main - -jobs: - generate: - runs-on: ubuntu-latest - timeout-minutes: 10 - - steps: - - 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 - - - uses: crazy-max/[email protected] - with: - target_branch: output - build_dir: dist - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |