rm 1.18 steps

This commit is contained in:
techknowlogick
2023-03-25 01:54:21 -04:00
parent 3df69c5b21
commit bbd1d00c71
4 changed files with 1 additions and 165 deletions

View File

@@ -45,15 +45,6 @@ jobs:
bash loop_docs-19.sh
rm versioned_docs/version-1.19/help/search.en-us.md
rm -rf .tmp/upstream-docs-19
- name: 1.18 docs
run: |
cp -r .tmp/upstream-docs-18/docs/static/* static/
rsync -avz --prune-empty-dirs --include '*/' --include='*.en-us.md' --exclude '*' .tmp/upstream-docs-18/docs/content/doc/ versioned_docs/version-1.18/
cp .tmp/upstream-docs-18/docs/content/page/index.en-us.md versioned_docs/version-1.18/intro.md
cp .tmp/upstream-docs-18/templates/swagger/v1_json.tmpl static/18-swagger.json
bash loop_docs-18.sh
rm versioned_docs/version-1.18/help/search.en-us.md
rm -rf .tmp/upstream-docs-18
- name: cleanup before build
run: |
rm static/_*