mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-08-03 02:17:59 +08:00
Configures deployment to netlify
This commit is contained in:

committed by
Patrik Svensson

parent
c2da268129
commit
3ac63d2670
@ -1,5 +1,6 @@
|
||||
using Statiq.App;
|
||||
using Statiq.Common;
|
||||
using Statiq.Web;
|
||||
|
||||
namespace Docs.Extensions
|
||||
{
|
||||
@ -15,11 +16,5 @@ namespace Docs.Extensions
|
||||
}
|
||||
return bootstrapper;
|
||||
}
|
||||
|
||||
public static Bootstrapper ConfigureDeployment(this Bootstrapper bootstrapper, string deployBranch)
|
||||
{
|
||||
bootstrapper?.AddSetting(Constants.Deployment.TargetBranch, deployBranch);
|
||||
return bootstrapper;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user