Skip to content

Added matomo analytics #21

Added matomo analytics

Added matomo analytics #21

Workflow file for this run

name: Deploy Docs
on:
push:
branches:
- main
paths:
- "docs/**"
- "mkdocs.yml"
concurrency:
group: deploy
cancel-in-progress: true
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
env:
GEN_REF_PAGES: true
GITHUB_TOKEN: ${{ github.token }}
CUSTOM_DOMAIN: docs.hypha.app
CONFIG_FILE: mkdocs.yml
EXTRA_PACKAGES: build-base
REQUIREMENTS: requirements-docs.txt