Skip to content

add annotation reports and update config: create new RST files for sa… #14

add annotation reports and update config: create new RST files for sa…

add annotation reports and update config: create new RST files for sa… #14

Workflow file for this run

name: Deploy MkDocs to GitHub Pages
on:
push:
branches: [main]
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.11
- name: Install MkDocs
run: |
pip install mkdocs
- name: Deploy to GitHub Pages
run: |
mkdocs gh-deploy --force