Skip to content

Document viewer.show-imported-depth in bblocks-config.yaml #80

Document viewer.show-imported-depth in bblocks-config.yaml

Document viewer.show-imported-depth in bblocks-config.yaml #80

name: Validate and process Building Blocks
on:
workflow_dispatch:
push:
branches:
- master
- main
paths-ignore:
- build
- build-local
permissions:
contents: write
pages: write
id-token: write
jobs:
validate-and-process:
# Avoid running the workflow on template clone
if: github.run_number != 1
name: Validate and process
uses: opengeospatial/bblocks-postprocess/.github/workflows/validate-and-process.yml@master
secrets:
sparql_username: ${{ secrets.sparql_username }}
sparql_password: ${{ secrets.sparql_password }}