Skip to content

Merge pull request #41 from Snider/claude/test-sigil-encryption-wdRbW #11

Merge pull request #41 from Snider/claude/test-sigil-encryption-wdRbW

Merge pull request #41 from Snider/claude/test-sigil-encryption-wdRbW #11

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