1
0
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:
David Steele
2017-06-24 18:04:02 -04:00
parent 7a9b1f6993
commit 7a1385cc27
9 changed files with 224 additions and 21 deletions

View File

@ -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