Skip to content

Commit

Permalink
Merge pull request mercedes-benz#2672 from mercedes-benz/feature-2285…
Browse files Browse the repository at this point in the history
…-prepare-documentation-action

initial action for documentation builds mercedes-benz#2285
  • Loading branch information
sven-dmlr authored Nov 15, 2023
2 parents 83f6cf3 + e359b1e commit 5f5111e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/documentation-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# SPDX-License-Identifier: MIT
name: Documentation build

on:
workflow_dispatch:

jobs:
build-documentation:
name: build documentation
runs-on: ubuntu-latest
steps:
- name: "Hello world"
run: |
echo "Hello world"

0 comments on commit 5f5111e

Please sign in to comment.