Skip to content

Add notes to dist-summary and timer that negative values are dropped.… #102

Add notes to dist-summary and timer that negative values are dropped.…

Add notes to dist-summary and timer that negative values are dropped.… #102

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'
- run: pip install -r requirements.txt
- run: git fetch origin gh-pages:gh-pages
- run: mkdocs gh-deploy