Skip to content

[ngssm-data] Allow adding and removing data sources from state at any… #182

[ngssm-data] Allow adding and removing data sources from state at any…

[ngssm-data] Allow adding and removing data sources from state at any… #182

Workflow file for this run

name: Publish docs via GitHub Pages
on:
push:
branches:
- main
jobs:
build:
name: Deploy docs
runs-on: ubuntu-latest
steps:
- name: Checkout main
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.11"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Deploy docs
run: mkdocs gh-deploy --config-file "mkdocs.yml" --force