mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-16 07:11:24 +01:00
set owner write bit in pages job
This makes deleting the copied files easier.
This commit is contained in:
parent
540cc89c83
commit
a5eba45472
1 changed files with 1 additions and 0 deletions
1
bin/job
1
bin/job
|
|
@ -18,6 +18,7 @@ job_pages() (
|
|||
|
||||
nix build .#website-root
|
||||
cp --recursive --dereference result public
|
||||
chmod u+w -R public
|
||||
)
|
||||
|
||||
bail() (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue