We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cab1334 commit 39bd2a5Copy full SHA for 39bd2a5
.github/workflows/build.yml
@@ -37,8 +37,17 @@ jobs:
37
- name: Checkout
38
uses: actions/checkout@v4
39
40
+ - name: Checkout source repository
41
+ uses: actions/checkout@v4
42
+ with:
43
+ repoository: nitrokey/nitrokey-documentation
44
+ path: source.git
45
+
46
- name: Install additional python packages
- run: pip3 install -r requirements.txt
47
+ run: |
48
+ make -C source.git venv
49
+ ln -s source.git/venv
50
+ #pip3 install -r requirements.txt
51
52
- name: Weblate - pull component repository
53
run: bash trigger_weblate.sh ${{ secrets.WEBLATE_API_URL }} none ${{ secrets.WEBLATE_TOKEN }} pull
0 commit comments