Skip to content

chore(deps): update it-at-m/lhm_actions action to v1.0.4 #206

chore(deps): update it-at-m/lhm_actions action to v1.0.4

chore(deps): update it-at-m/lhm_actions action to v1.0.4 #206

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:
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
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
group: pages
cancel-in-progress: false
jobs:
deploy-docs:
runs-on: ubuntu-latest
steps:
- id: build_docs
uses: it-at-m/lhm_actions/action-templates/actions/action-build-docs@175e2b8e7162b91368e37f1ea5b74bf5ec3ee10a # v1.0.4
- 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@175e2b8e7162b91368e37f1ea5b74bf5ec3ee10a # v1.0.4