Skip to content

Initial pass at AEP-135 (Standard Methods: Delete) #102

Initial pass at AEP-135 (Standard Methods: Delete)

Initial pass at AEP-135 (Standard Methods: Delete) #102

Workflow file for this run

---
name: test
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
container: python:3.8
steps:
- uses: actions/checkout@v3
- name: Install the site-generator
run: pip install -r requirements.txt
- name: Build the site.
run: aep-site-gen . /out