1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Update job to change title and sync css from master branch (#3013)

Signed-off-by: Steve Richards <srichards@mirantis.com>
This commit is contained in:
steve richards 2021-06-09 14:22:29 +01:00 committed by GitHub
parent 16be9215e2
commit f11fb11845
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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