We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2800f7 commit 46aae49Copy full SHA for 46aae49
.github/workflows/deploy-docs.yml
@@ -31,6 +31,7 @@ jobs:
31
mkdir -p docs
32
cp README.md docs/index.md
33
cp API.md docs/API.md
34
+ cp API.en.md docs/API.en.md
35
cp -r AppIcon.png docs/
36
cp -r images docs/
37
0 commit comments