Skip to content

Commit 36fc822

Browse files
committed
Fix indentation in Docs workflow
1 parent 5e83d77 commit 36fc822

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/docs.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515
MAX_HEADER_LEVEL: 3
1616
FOLDING: true
1717
- name: Update Contributors
18-
uses: akhilmhdh/[email protected]
19-
env:
20-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
21-
with:
22-
image_size: 100
23-
columns_per_row: 6
18+
uses: akhilmhdh/[email protected]
19+
env:
20+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
21+
with:
22+
image_size: 100
23+
columns_per_row: 6
2424
- name: Download mdsplit
2525
uses: carlosperate/[email protected]
2626
id: download-mdsplit

0 commit comments

Comments
 (0)