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:
parent
16be9215e2
commit
f11fb11845
5
.github/workflows/mkdocs-manual.yml
vendored
5
.github/workflows/mkdocs-manual.yml
vendored
@ -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:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
@ -7,7 +7,7 @@ on:
|
|||||||
required: true
|
required: true
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
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
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
@ -49,6 +49,7 @@ jobs:
|
|||||||
- name: Bring in latest mkdocs.yml from master
|
- name: Bring in latest mkdocs.yml from master
|
||||||
run: |
|
run: |
|
||||||
cp -p ./master/mkdocs.yml .
|
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
|
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 '/Protocol Handlers/d' ./mkdocs.yml
|
||||||
sed -i '/IPC/d' ./mkdocs.yml
|
sed -i '/IPC/d' ./mkdocs.yml
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user