Skip to content

First iteration of the github action. #67

First iteration of the github action.

First iteration of the github action. #67

Workflow file for this run

name: ci
on:
push:
branches:
- master
- main
- docs-context
workflow_dispatch:
permissions:
contents: write
jobs:
update-docs-context:
runs-on: ubuntu-latest
if: github.event.workflow_run.event == 'workflow_dispatch'
steps:
- run: python scripts/build_docs_context.py