From 82c584b9eed404d78878957532f3fd918ea736fe Mon Sep 17 00:00:00 2001 From: UltraLion <49597041+UltraLionfr@users.noreply.github.com> Date: Tue, 11 Jul 2023 22:38:43 +0200 Subject: [PATCH] Delete .github directory --- .github/workflows/main.yml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index 8b4e31f..0000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: Generate Datas - -on: - schedule: # execute every 12 hours - - cron: "* */12 * * *" - workflow_dispatch: - -jobs: - build: - name: Jobs to update datas - runs-on: ubuntu-latest - steps: - # Snake Animation - - uses: Platane/snk@master - id: snake-gif - with: - github_user_name: {{UltraLionfr}} - svg_out_path: dist/github-contribution-grid-snake.svg - - - uses: crazy-max/ghaction-github-pages@v2.1.3 - with: - target_branch: output - build_dir: dist - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}