Skip to content

fix: standardize tool name to pb_tool in templates #30

fix: standardize tool name to pb_tool in templates

fix: standardize tool name to pb_tool in templates #30

Workflow file for this run

name: Deploy docs
on:
push:
branches:
- qgis4-version
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.x"
- run: pip install "mkdocs-material<9.6"
- run: mkdir -p docs && cp README.md docs/index.md
- run: mkdocs gh-deploy --force