Skip to content

Commit a9744c2

Browse files
committed
fix: ensure newline at end of file in deploy-docs.yml
1 parent 7a120f1 commit a9744c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
uses: peaceiris/actions-gh-pages@v3
3333
with:
3434
github_token: ${{ secrets.GITHUB_TOKEN }}
35-
publish_dir: ./site
35+
publish_dir: ./site

0 commit comments

Comments
 (0)