From f11fb118452c6361eb05935df13efd3c5cfb457e Mon Sep 17 00:00:00 2001 From: steve richards Date: Wed, 9 Jun 2021 14:22:29 +0100 Subject: [PATCH] Update job to change title and sync css from master branch (#3013) Signed-off-by: Steve Richards --- .github/workflows/mkdocs-manual.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mkdocs-manual.yml b/.github/workflows/mkdocs-manual.yml index 11a69b364e..632fccfa7b 100644 --- a/.github/workflows/mkdocs-manual.yml +++ b/.github/workflows/mkdocs-manual.yml @@ -1,4 +1,4 @@ -name: Manual update to sync Version with Master +name: Manual documentation update to sync a deployed Version with Master branch on: workflow_dispatch: inputs: @@ -7,7 +7,7 @@ on: required: true jobs: build: - name: Manual update to sync Tag with Master + name: Manual documentation update to sync a deployed Version with Master branch runs-on: ubuntu-latest strategy: matrix: @@ -49,6 +49,7 @@ jobs: - name: Bring in latest mkdocs.yml from master run: | cp -p ./master/mkdocs.yml . + cp -p ./master/docs/stylesheets/extra.css ./docs/stylesheets/extra.css rm -fr ./docs/clusters ./docs/contributing ./docs/faq ./docs/getting-started ./docs/helm ./docs/support ./docs/supporting sed -i '/Protocol Handlers/d' ./mkdocs.yml sed -i '/IPC/d' ./mkdocs.yml