Skip to content

add indice IBSD to docs #92

add indice IBSD to docs

add indice IBSD to docs #92

Workflow file for this run

name: Build and deploy
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: docker compose run --rm -u 0 mkdocs build
- uses: JamesIves/[email protected]
if: github.ref == 'refs/heads/main'
with:
branch: gh-pages
folder: ./site
single-commit: true
silent: false