Skip to content

Merge pull request #203 from open-traffic-generator/dev-19th-july #35

Merge pull request #203 from open-traffic-generator/dev-19th-july

Merge pull request #203 from open-traffic-generator/dev-19th-july #35

Workflow file for this run

name: publish
on:
push:
branches:
- main
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force