Skip to content

Commit ace66c3

Browse files
committed
Add spacing after checkout step in docs workflow
Inserted a blank line after the checkout step in the GitHub Actions workflow for documentation. This improves readability and maintains consistent formatting.
1 parent 6e988f2 commit ace66c3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
steps:
1717
- name: Checkout your repository using git
1818
uses: actions/checkout@v6
19+
1920
- name: Install, build, and upload your site
2021
uses: withastro/action@v5
2122
with:

0 commit comments

Comments
 (0)