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 fb613de commit 4ec1393Copy full SHA for 4ec1393
.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
container:
17
image: sphinxdoc/sphinx
18
- options: --user 1001
+ #options: --user 1001 (only if we don't need apt-get)
19
volumes:
20
- /home/dariball/dev/nitrokey-documentation/result:/result
21
defaults:
@@ -73,6 +73,7 @@ jobs:
73
74
- name: TODO - commit locales into repository
75
run: |
76
+ git config --global --add safe.directory ${{ github.workspace }}
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