talkiq / confluence-wiki-sync

https://github.com/marketplace/actions/confluence-docs-sync
Other
11 stars 3 forks source link

fix: Use relative path to create GitHub links, fix regex #37

Closed KevinGDialpad closed 2 years ago

KevinGDialpad commented 2 years ago

When checking whether a file has an existing Confluence page, and when linking to GitHub, use the file path relative to the repo root and not relative to the root of the machine that is running the wiki sync script.

Also update the regex that find links, so that multiple links on the same line are parsed properly.

Fixes #34 #36