Skip to content

fix: sanitize html in strings plugin view #2225

fix: sanitize html in strings plugin view

fix: sanitize html in strings plugin view #2225

Workflow file for this run

name: Docs CI
on:
pull_request:
branches: [ master ]
jobs:
deploy:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: install deps
run: |
python3 -m pip install --upgrade pip
python3 -m pip install -r ./docsrc/doc_dependencies.txt
- name: Build Docs
run: make -C docsrc html