We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6675297 commit 9b16d65Copy full SHA for 9b16d65
1 file changed
.github/workflows/deploy_github_pages.yml
@@ -28,7 +28,7 @@ jobs:
28
mkdir -p build/
29
cp api/v1/language_reference.json build/language_reference.json
30
cp static/langauge_reference.html build/index.html
31
- sed -i '' 's/\/api\/v1\/language_reference/language_reference/' build/index.html
+ sed -i 's/\/api\/v1\/language_reference/language_reference/' build/index.html
32
33
- name: Upload static files as artifact
34
id: deployment
0 commit comments