Skip to content

move spectator-py docs to the atlas docs site #89

move spectator-py docs to the atlas docs site

move spectator-py docs to the atlas docs site #89

Workflow file for this run

name: pull-request
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: 17
distribution: 'zulu'
- uses: actions/setup-python@v5
with:
python-version: 3.x
- run: pip install -r requirements.txt
- run: mkdocs build