Skip to content

Merge pull request #1 from Aura-healthcare/feat/add_doc #3

Merge pull request #1 from Aura-healthcare/feat/add_doc

Merge pull request #1 from Aura-healthcare/feat/add_doc #3

Workflow file for this run

name: Deploy MkDocs
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v2
- name: Install the latest version of rye
uses: eifinger/setup-rye@v4
with:
enable-cache: true
- name: Install dependencies
run: |
rye sync
- name: Build and deploy
run: |
rye run mkdocs gh-deploy --force