We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f366dc8 commit 6f21df3Copy full SHA for 6f21df3
.github/workflows/weekly.yml
@@ -28,7 +28,7 @@ jobs:
28
# Updates the attribution.json file in git
29
- uses: OSS-Docs-Tools/create-attribution-json@master
30
with:
31
- glob: "docs/documentation/*.md"
+ glob: "docs/documentation/**/*.md"
32
33
- name: Configure git and update attribution.json
34
run: |
0 commit comments