Skip to content

Commit

Permalink
Release docs autom (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
martind260 committed May 7, 2024
1 parent 88a1c73 commit 4fd810e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/release-docs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Release docs

on: [workflow_dispatch]
on:
push:
branches:
- 'release-docs-autom'
paths:
- 'docs/**'
- '.github/workflows/**'

jobs:
build-and-deploy:
Expand Down
1 change: 1 addition & 0 deletions docs/src/releasenotes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- Dokumentation wurde veröffenticht

### Verbessert
- auto-publish docs
- baseUrl config bug fixed (#48)

## Sprint 9 (26.03.2024 - 16.04.2024)
Expand Down

0 comments on commit 4fd810e

Please sign in to comment.