Skip to content

Merge pull request #9 from zrougamed/feature/instant-notification #4

Merge pull request #9 from zrougamed/feature/instant-notification

Merge pull request #9 from zrougamed/feature/instant-notification #4

Workflow file for this run

name: Deploy MkDocs
on:
push:
branches:
- main
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.x'
- name: Install dependencies
run: |
pip install mkdocs mkdocs-material
- name: Build and Deploy
run: |
mkdocs gh-deploy --force