Skip to content

Documentation: add more information on how to test and get started #50

Documentation: add more information on how to test and get started

Documentation: add more information on how to test and get started #50

Workflow file for this run

---
name: Deploy Main Documentation
on:
push:
branches:
- main
paths:
- 'Documentation/**'
jobs:
deploy-documentation:
name: Deploy Documentation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/documentation