You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-06-20 23:59:28 +02:00
Add documentation builds to CI.
This commit is contained in:
@ -29,7 +29,7 @@ use BackRestDoc::Common::DocManifest;
|
||||
####################################################################################################################################
|
||||
# User that's building the docs
|
||||
####################################################################################################################################
|
||||
use constant DOC_USER => 'ubuntu';
|
||||
use constant DOC_USER => getpwuid($UID) . '';
|
||||
|
||||
####################################################################################################################################
|
||||
# CONSTRUCTOR
|
||||
|
Reference in New Issue
Block a user