We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dbf845 commit c109841Copy full SHA for c109841
.github/workflows/deploy_github_pages.yml
@@ -27,7 +27,7 @@ jobs:
27
run: |
28
mkdir -p build/api/v1/
29
cp api/v1/language_reference.json build/api/v1/language_reference.json
30
- cp static/language_reference.html build/index.html
+ cp static/langauge_reference.html build/index.html
31
32
- name: Upload static files as artifact
33
id: deployment
0 commit comments