Skip to content

Commit dcda3f1

Browse files
author
Christoph Bühler
committed
docs: add changelog to doc page
1 parent 1a4fe9c commit dcda3f1

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.github/workflows/github-pages.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ jobs:
2222
- name: Build Solution
2323
run: .\build.ps1 --target Compile --no-logo
2424
shell: powershell
25+
- name: Create Changelog
26+
uses: heinrichreimer/[email protected]
27+
with:
28+
token: ${{ secrets.GITHUB_TOKEN }}
29+
output: docs/CHANGELOG.md
2530
- name: Build Documentation
2631
run: docfx docs/docfx.json
2732
- name: Upload docs artifact

docs/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@
77
/**/bin/
88
/**/obj/
99
public
10+
11+
CHANGELOG.md

docs/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@
77
- name: KubeOps Testing Api
88
href: kube-ops-testing/
99
homepage: kube-ops-testing/index.md
10+
- name: Changelog
11+
href: CHANGELOG.md

0 commit comments

Comments
 (0)