Skip to content

Feat/vanilla ae refactor #1030

Feat/vanilla ae refactor

Feat/vanilla ae refactor #1030

Workflow file for this run

name: docs
on:
push:
branches:
- main
- "release/*"
pull_request:
branches:
- main
- "release/*"
jobs:
docs:
if: github.repository == 'numaproj/numalogic'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.9
- name: build
run: make docs
- name: deploy
uses: peaceiris/actions-gh-pages@v3
if: github.repository == 'numaproj/numalogic' && github.ref == 'refs/heads/main'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./site
cname: numalogic.numaproj.io