Skip to content

Commit 03f8918

Browse files
author
Samuel Burbulla
authored
Merge pull request #144 from aai-institute/bugfix/docs-missing-changelog
Bugfix: Fix link to CHANGELOG.
2 parents 43e3fc3 + c08f4bb commit 03f8918

File tree

7 files changed

+3
-85
lines changed

7 files changed

+3
-85
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Documentation
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [main, bugfix/docs*]
66
release:
77
types: [published]
88
workflow_dispatch:

build_scripts/copy_changelog.py

Lines changed: 0 additions & 38 deletions
This file was deleted.

build_scripts/copy_contributing.py

Lines changed: 0 additions & 38 deletions
This file was deleted.

docs/.gitignore

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,2 @@
11
# Notebooks
22
*.ipynb
3-
4-
# Changelog
5-
CHANGELOG.md
6-
7-
# Contributing
8-
CONTRIBUTING.md

docs/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../CHANGELOG.md

docs/CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../CONTRIBUTING.md

mkdocs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ watch:
1212

1313
hooks:
1414
- build_scripts/copy_notebooks.py
15-
- build_scripts/copy_changelog.py
16-
- build_scripts/copy_contributing.py
1715
- build_scripts/copy_benchmarks.py
1816

1917
plugins:

0 commit comments

Comments
 (0)