mirror of https://gitlab.com/pamhyr/pamhyr2
ci: Fix images copy command.
parent
52112a5413
commit
7115632d30
|
|
@ -247,8 +247,8 @@ build-linux:
|
||||||
- cp ../doc/dev/documentation.pdf pamhyr/doc/Pamhyr2-dev.pdf
|
- cp ../doc/dev/documentation.pdf pamhyr/doc/Pamhyr2-dev.pdf
|
||||||
- cp ../doc/dev/documentation.html pamhyr/doc/Pamhyr2-dev.html
|
- cp ../doc/dev/documentation.html pamhyr/doc/Pamhyr2-dev.html
|
||||||
#- cp ../doc/users/images/* pamhyr/doc/images
|
#- cp ../doc/users/images/* pamhyr/doc/images
|
||||||
- cp ../doc/dev/images/* pamhyr/doc/images
|
- cp -r ../doc/dev/images/* pamhyr/doc/images
|
||||||
- cp ../doc/images/* pamhyr/doc/images
|
- cp -r ../doc/images/* pamhyr/doc/images
|
||||||
# Create running script
|
# Create running script
|
||||||
- echo "#!/bin/sh" > pamhyr/Pamhyr2
|
- echo "#!/bin/sh" > pamhyr/Pamhyr2
|
||||||
- echo "./pamhyr/pamhyr $@" >> pamhyr/Pamhyr2
|
- echo "./pamhyr/pamhyr $@" >> pamhyr/Pamhyr2
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue