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 4ec1393 commit 79174edCopy full SHA for 79174ed
.github/workflows/build.yml
@@ -18,9 +18,9 @@ jobs:
18
#options: --user 1001 (only if we don't need apt-get)
19
volumes:
20
- /home/dariball/dev/nitrokey-documentation/result:/result
21
- defaults:
22
- run:
23
- working-directory: ${{ github.workspace }}
+ #defaults:
+ # run:
+ # working-directory: ${{ github.workspace }}
24
env:
25
MAIN_LANGS: en
26
OTHER_LANGS: de
@@ -73,7 +73,7 @@ jobs:
73
74
- name: TODO - commit locales into repository
75
run: |
76
- git config --global --add safe.directory ${{ github.workspace }}
+ git config --global --add safe.directory .
77
git config --global user.name "GitHub Action"
78
git config --global user.email "[email protected]"
79
git commit -m "Automated locales generation" locales
0 commit comments