mkdocs-changelog-plugin icon indicating copy to clipboard operation
mkdocs-changelog-plugin copied to clipboard

Use absolute path for changelog file

Open wickes1 opened this issue 2 years ago • 1 comments

Currently, the changelog file is in the relative path which will cause errors in the CI environment, e.g. GitHub Action. Example error:

FileNotFoundError: [Errno 2] No such file or directory: 'docs/changelog.yml'

Replace relative path with absolute path will fix it

Tested on local GitHub Action with act.

wickes1 avatar Nov 22 '23 23:11 wickes1

GitHub Action passed with the forked version

wickes1 avatar Nov 22 '23 23:11 wickes1