File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 27
27
pre-build-command : " pip install -r requirements.txt"
28
28
build-command : " make gettext"
29
29
30
+ - name : Change file owner to correct user
31
+ run : chown -R 1001:1001 user_manual/locale/source
32
+
30
33
- uses : peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6
31
34
id : cpr
32
35
with :
Original file line number Diff line number Diff line change @@ -169,11 +169,6 @@ gettext:
169
169
$(SPHINXBUILD ) -b gettext $(I18NSPHINXOPTS ) locale/source
170
170
@echo
171
171
@echo " Build finished. The message catalogs are in ./locale/source."
172
- find locale/source -type d -exec chmod 775 {} \;
173
- find locale/source -type f -exec chmod 664 {} \;
174
- ls -la locale/source
175
- @echo
176
- @echo " Build finished. The message catalogs are in ./locale/source."
177
172
178
173
changes :
179
174
$(SPHINXBUILD ) -b changes $(ALLSPHINXOPTS ) $(BUILDDIR ) /changes
You can’t perform that action at this time.
0 commit comments