Skip to content

Update aec3po.overview.html #21

Update aec3po.overview.html

Update aec3po.overview.html #21

Workflow file for this run

name: test
on:
push:
branches:
- '**' # matches every branch
- '!main' # excludes main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-python@v2
with:
python-version: '3.x'
cache: 'pip'
- run: pip install -r .acimov/requirements.txt
- run: python .acimov/publish.py