Skip to content

Commit 1610b0b

Browse files
committed
adds newline after api json
1 parent 00062f5 commit 1610b0b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/compile.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ jobs:
7676
echo '<meta name="viewport"content="width=device-width, initial-scale=1"/>' >> public/index.html
7777
echo '<style>body{margin:0;}</style></head><body><script id="api-reference"type="application/json">' >> public/index.html
7878
cat openapi.json >> public/index.html
79+
echo '' >> public/index.html
7980
echo '</script><script src="https://cdn.jsdelivr.net/npm/@scalar/api-reference"></script></body></html>' >> public/index.html
8081
8182
- name: Deploy

0 commit comments

Comments
 (0)