Skip to content

updates jaeger instructions for rev05 #144

updates jaeger instructions for rev05

updates jaeger instructions for rev05 #144

Workflow file for this run

name: ci
on:
push:
branches:
- main
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
lfs: true
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: pip install mkdocs
- run: pip install mkdocs-material
- run: pip install mkdocs-glightbox
- run: mkdocs gh-deploy --force