Skip to content

Commit

Permalink
Merge pull request #144 from aai-institute/bugfix/docs-missing-changelog
Browse files Browse the repository at this point in the history
Bugfix: Fix link to CHANGELOG.
  • Loading branch information
samuelburbulla authored Jun 5, 2024
2 parents 43e3fc3 + c08f4bb commit 03f8918
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 85 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Documentation

on:
push:
branches: [main]
branches: [main, bugfix/docs*]
release:
types: [published]
workflow_dispatch:
Expand Down
38 changes: 0 additions & 38 deletions build_scripts/copy_changelog.py

This file was deleted.

38 changes: 0 additions & 38 deletions build_scripts/copy_contributing.py

This file was deleted.

6 changes: 0 additions & 6 deletions docs/.gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,2 @@
# Notebooks
*.ipynb

# Changelog
CHANGELOG.md

# Contributing
CONTRIBUTING.md
1 change: 1 addition & 0 deletions docs/CHANGELOG.md
1 change: 1 addition & 0 deletions docs/CONTRIBUTING.md
2 changes: 0 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ watch:

hooks:
- build_scripts/copy_notebooks.py
- build_scripts/copy_changelog.py
- build_scripts/copy_contributing.py
- build_scripts/copy_benchmarks.py

plugins:
Expand Down

0 comments on commit 03f8918

Please sign in to comment.