Skip to content

chore(deps): update dependency markdownlint-cli to v0.49.1 #405

chore(deps): update dependency markdownlint-cli to v0.49.1

chore(deps): update dependency markdownlint-cli to v0.49.1 #405

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@877aafa9f0732cbc91819b60d237c351ea88f95c # v1.0.34
- 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@877aafa9f0732cbc91819b60d237c351ea88f95c # v1.0.34