Skip to content

Commit 9b16d65

Browse files
committed
Gihub pages deploy - try removing the mac'ness
1 parent 6675297 commit 9b16d65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy_github_pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
mkdir -p build/
2929
cp api/v1/language_reference.json build/language_reference.json
3030
cp static/langauge_reference.html build/index.html
31-
sed -i '' 's/\/api\/v1\/language_reference/language_reference/' build/index.html
31+
sed -i 's/\/api\/v1\/language_reference/language_reference/' build/index.html
3232
3333
- name: Upload static files as artifact
3434
id: deployment

0 commit comments

Comments
 (0)