We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 130cba6 commit 4c41f77Copy full SHA for 4c41f77
.github/workflows/deploy_website.yml
@@ -42,6 +42,8 @@ jobs:
42
python-version: '3.8'
43
44
- name: Build with Hugo
45
+ env:
46
+ CROWDIN_TOKEN: ${{ secrets.CROWDIN_TOKEN }}
47
run: |
48
git submodule update --init --recursive # fetch theme
49
make html
0 commit comments