Skip to content

allow attempt to prod #8

allow attempt to prod

allow attempt to prod #8

Workflow file for this run

name: Aggregate
on: [push]
# schedule:
# - cron: '0 0 * * *'
jobs:
aggregate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
python-version: "3.10"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install poetry
poetry install
- name: Aggregate the data
run: |
poetry run workflowhub-graph-source-crates
poetry run workflowhub-graph-merge merged.ttl
# TODO store artifact, to zenodo? to github release (tag daily, make )? to gh pages?