Skip to content

chore(deps): update dependency mermaid to v11.10.0 [security] #85

chore(deps): update dependency mermaid to v11.10.0 [security]

chore(deps): update dependency mermaid to v11.10.0 [security] #85

Workflow file for this run

name: Deploy documentation website
on:
# Runs on pushes to any branch when changes are made to docs or workflow
push:
branches:
- main
paths:
- "docs/**"
- ".github/workflows/deploy-docs.yml"
pull_request:
paths:
- "docs/**"
- ".github/workflows/deploy-docs.yml"
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write
jobs:
deploy-docs:
runs-on: ubuntu-latest
steps:
- id: build_docs
uses: it-at-m/lhm_actions/action-templates/actions/action-build-docs@9767179088fd2e344d1a24c17404ab809a60f1b6 # v1.0.20
- id: deploy_docs
# Only deploy documentation from the main branch to prevent unauthorized changes
uses: it-at-m/lhm_actions/action-templates/actions/action-deploy-docs@9767179088fd2e344d1a24c17404ab809a60f1b6 # v1.0.20