Skip to content

Update Data

Update Data #827

Workflow file for this run

name: Update Data
on:
workflow_dispatch:
schedule:
- cron: '0 8 * * *'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
ref: "master"
- name: Set up Python 3.8
uses: actions/setup-python@v1
with:
python-version: 3.8
- name: Set up Node.js 12
uses: actions/setup-node@v1
with:
node-version: 12.x
- name: Install python dependencies
run: |
pip install --upgrade pip
pip install -r requirements.txt
- name: Update Data
run: |
python ./etl/2025.py
git config user.name "opendataday[bot]"
git config user.email "actions@users.noreply.github.com"
git add -A
timestamp=$(date -u)
git commit -m "Update at ${timestamp}" || exit 0
git push
- name: Install JS dependencies
run: npm install
- name: Build
run: |
npm run build
lektor build
- name: Deploy
run: lektor deploy ci --username ${{ github.actor }} --password ${{ secrets.GITHUB_TOKEN }}
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy