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 00062f5 commit 1610b0bCopy full SHA for 1610b0b
1 file changed
.github/workflows/compile.yml
@@ -76,6 +76,7 @@ jobs:
76
echo '<meta name="viewport"content="width=device-width, initial-scale=1"/>' >> public/index.html
77
echo '<style>body{margin:0;}</style></head><body><script id="api-reference"type="application/json">' >> public/index.html
78
cat openapi.json >> public/index.html
79
+ echo '' >> public/index.html
80
echo '</script><script src="https://cdn.jsdelivr.net/npm/@scalar/api-reference"></script></body></html>' >> public/index.html
81
82
- name: Deploy
0 commit comments