From 7fa2bf372781d7bd3dee988c06bbab1adbd2d5ba Mon Sep 17 00:00:00 2001 From: Hamel Husain Date: Mon, 29 Jun 2020 10:16:05 -0700 Subject: [PATCH] Delete debug.yaml --- .github/workflows/debug.yaml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .github/workflows/debug.yaml diff --git a/.github/workflows/debug.yaml b/.github/workflows/debug.yaml deleted file mode 100644 index d95aa97..0000000 --- a/.github/workflows/debug.yaml +++ /dev/null @@ -1,25 +0,0 @@ -name: Generate_DB -on: push - -jobs: - debug: - runs-on: ubuntu-latest - steps: - - - name: Copy Repository Contents - uses: actions/checkout@v2 - - - name: Set up Python - uses: actions/setup-python@v1 - with: - python-version: 3.6 - - - name: install dependencies - run: | - pip3 install csvs-to-sqlite datasette - heroku plugins:install heroku-builds - - - name: Setup tmate session - uses: mxschmitt/action-tmate@v2 - env: - HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}