diff --git a/.expeditor/config.yml b/.expeditor/config.yml index a5252b4ed5..e3307493cc 100644 --- a/.expeditor/config.yml +++ b/.expeditor/config.yml @@ -37,6 +37,12 @@ pipelines: - CI_ENABLE_COVERAGE: true - LANG: "C.UTF-8" - SLOW: 1 + - www/build: + description: Gather documentation from related resource packs and build website. + definition: .expeditor/wwwbuild.yml + - www/deploy: + description: Deploy website to inspec.io + definition: .expeditor/wwwdeploy.yml slack: notify_channel: inspec-notify diff --git a/.expeditor/wwwbuild.yml b/.expeditor/wwwbuild.yml new file mode 100644 index 0000000000..e69de29bb2 diff --git a/.expeditor/wwwdeploy.yml b/.expeditor/wwwdeploy.yml new file mode 100644 index 0000000000..e69de29bb2