Skip to content

Updated the discord username #12

Updated the discord username

Updated the discord username #12

Workflow file for this run

name: Deploy documentation to GitHub
on:
push:
branches: [ "development" ]
paths: [ "docs/**" ]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Install dependencies
run: pip install mkdocs-material mkdocs-static-i18n
- name: Deploy documentation
run: mkdocs gh-deploy --force