Skip to content

update

update #42

Workflow file for this run

name: update
on:
schedule: [{cron: '0 0 * * *'}] # daily
workflow_dispatch: {}
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.9]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Run
run: python main.py
- uses: actions/upload-artifact@v2
with:
name: Shops
path: shops
- uses: actions/upload-artifact@v2
with:
name: EssentialsX worth
path: worth.yml