We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8602d5e commit 3554fc2Copy full SHA for 3554fc2
.github/scripts/update.sh
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
3
-
+tx=$(realpath ./tx)
4
cd docs || exit 1
5
-tx pull --languages "$LOCALE"
+$tx pull --languages "$LOCALE"
0 commit comments