Skip to content

Commit 4ec1393

Browse files
committed
foo
1 parent fb613de commit 4ec1393

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
container:
1717
image: sphinxdoc/sphinx
18-
options: --user 1001
18+
#options: --user 1001 (only if we don't need apt-get)
1919
volumes:
2020
- /home/dariball/dev/nitrokey-documentation/result:/result
2121
defaults:
@@ -73,6 +73,7 @@ jobs:
7373
7474
- name: TODO - commit locales into repository
7575
run: |
76+
git config --global --add safe.directory ${{ github.workspace }}
7677
git config --global user.name "GitHub Action"
7778
git config --global user.email "[email protected]"
7879
git commit -m "Automated locales generation" locales

0 commit comments

Comments
 (0)