We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7bfd90 commit 6675297Copy full SHA for 6675297
1 file changed
.github/workflows/deploy_github_pages.yml
@@ -25,9 +25,10 @@ jobs:
25
- name: Organise `build` Folder
26
id: organise
27
run: |
28
- mkdir -p build/api/v1/
29
- cp api/v1/language_reference.json build/api/v1/language_reference.json
+ mkdir -p build/
+ 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
32
33
- name: Upload static files as artifact
34
id: deployment
0 commit comments