Skip to content

Commit da02887

Browse files
update workflow of docbinder oss to not trigger on doc updates and changed the reference name of docbinder documentation to be more correct
1 parent 4827ce9 commit da02887

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/docbinder-oss.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,16 @@ on:
55
branches:
66
- main
77
- dev
8+
paths-ignore:
9+
- "docs/**"
10+
- "mkdocs.yml"
811
pull_request:
912
branches:
1013
- main
1114
- dev
15+
paths-ignore:
16+
- "docs/**"
17+
- "mkdocs.yml"
1218
jobs:
1319
test:
1420
runs-on: ubuntu-latest

docs/tool/providers/google_drive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ providers:
6565
## References
6666
6767
- [Google Drive API Documentation](https://developers.google.com/drive)
68-
- [DocBinder Documentation](https://github.com/SnappyLab/DocBinder-OSS)
68+
- [DocBinder OSS - GitHub](https://github.com/SnappyLab/DocBinder-OSS)

0 commit comments

Comments
 (0)