Skip to content

docs: add asm-lsp (#2400) #125

docs: add asm-lsp (#2400)

docs: add asm-lsp (#2400) #125

Workflow file for this run

name: docs
on:
push:
branches:
- main
paths:
- ".github/workflows/docs.yml"
- "docs/**"
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
- run: pip install mkdocs-material mkdocs-redirects
- run: |
cd docs
mkdocs gh-deploy --force