diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cfca1e19f..fe4599c85 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,45 +1,45 @@ -name: Scrape +# name: Scrape -on: - push: - schedule: - - cron: "*/7 * * * *" - workflow_dispatch: +# on: +# push: +# schedule: +# - cron: "*/7 * * * *" +# workflow_dispatch: -env: - ftppw: ${{ secrets.ftppw }} - ftpuname: ${{ secrets.ftpuname }} - -jobs: - scrape: - runs-on: ubuntu-latest - steps: - - name: Checkout code - uses: actions/checkout@v3 - - - name: Set up Python - uses: actions/setup-python@v4 - with: - python-version: 3.9 - - - name: Create virtual environment - run: python -m venv venv - - - name: Activate virtual environment - run: source venv/bin/activate - - - name: Install requirements - run: pip install -r requirements.txt - - - name: Run scraper - run: python3 scrape_collin.py - - - name: Add and commit - run: |- - git add . - git config user.name "Automated" - git config user.email "actions@users.noreply.github.com" - git commit -m "Latest data" - - name: Push - run: git push +# env: +# ftppw: ${{ secrets.ftppw }} +# ftpuname: ${{ secrets.ftpuname }} + +# jobs: +# scrape: +# runs-on: ubuntu-latest +# steps: +# - name: Checkout code +# uses: actions/checkout@v3 + +# - name: Set up Python +# uses: actions/setup-python@v4 +# with: +# python-version: 3.9 + +# - name: Create virtual environment +# run: python -m venv venv + +# - name: Activate virtual environment +# run: source venv/bin/activate + +# - name: Install requirements +# run: pip install -r requirements.txt + +# - name: Run scraper +# run: python3 scrape_collin.py + +# - name: Add and commit +# run: |- +# git add . +# git config user.name "Automated" +# git config user.email "actions@users.noreply.github.com" +# git commit -m "Latest data" +# - name: Push +# run: git push