Skip to content

update spectator-py docs for the 1.0 release (#179) #92

update spectator-py docs for the 1.0 release (#179)

update spectator-py docs for the 1.0 release (#179) #92

Workflow file for this run

name: release
on:
push:
branches:
- master
- main
jobs:
deploy:
if: ${{ github.repository == 'Netflix/atlas-docs' }}
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: git fetch origin gh-pages:gh-pages
- run: mkdocs gh-deploy