Skip to content

docs: update future work sections and add encryption sigil details #14

docs: update future work sections and add encryption sigil details

docs: update future work sections and add encryption sigil details #14

Workflow file for this run

name: Publish Docs
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: '3.x'
- run: |
pip install mkdocs-material
- run: |
cd docs && mkdocs gh-deploy --force --clean --verbose