yes
| -rw-r--r-- | .github/workflows/snk.yml | 33 | ||||
| -rw-r--r-- | README.md | 15 |
2 files changed, 48 insertions, 0 deletions
diff --git a/.github/workflows/snk.yml b/.github/workflows/snk.yml new file mode 100644 index 0000000..cae5473 --- /dev/null +++ b/.github/workflows/snk.yml @@ -0,0 +1,33 @@ +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 }} diff --git a/README.md b/README.md new file mode 100644 index 0000000..29a4d17 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +<h1><p align="center"> hi there </p></h1> + +<p align="center"> +<a href="https://bendn.itch.io/" target="blank"><img src="https://img.shields.io/badge/itch-%23fb0b24.svg?style=for-the-badge&logo=itch.io&logoColor=white" /></a> +<a href="https://ko-fi.com/bendn" target="blank"><img src="https://img.shields.io/badge/Ko--fi-f16061?style=for-the-badge&logo=ko-fi&logoColor=white" /></a> +</p> + +<h4><p align="center">I cook pancakes. (with blueberrys)</p></h3> + +<p align="center" + + + + +</p> |