📝 Add documentation for "Document" (#688) #6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Deploy documentation website | |
on: | |
# Runs on pushes targeting the `main` branch | |
push: | |
branches: [main] | |
paths: | |
- "docs/**" | |
- ".github/workflows/deploy-docs.yml" # define the concrete paths on which a change triggers this action, e.g. backend/** | |
jobs: | |
deploy-pages: | |
uses: it-at-m/.github/.github/workflows/deploy-pages.yml@main |