mirror of
https://ghproxy.com/https://github.com/truecharts/charts.git
synced 2026-07-17 15:20:23 +08:00
Setup new test and release system (#919)
* Tweak some release-build script parameters * adapt test to new release scripting * whoopsies * fix sh permissions * some fixes * use with * test bump * don't build indexes when running without production flag either * also validate the catalog * PWD/catalog * mtching " * Don't make change to primary repo when building catalog * Add doc generation feature * try fetch depth 100 * remove helm-prep step to speedup test init * also generate general docs * adapt release workflow and some workflow cleanup
This commit is contained in:
committed by
GitHub
parent
f8bfaa4189
commit
5af4f9b0e0
5
.github/workflows/docs.deploy.yaml
vendored
5
.github/workflows/docs.deploy.yaml
vendored
@@ -7,7 +7,6 @@ on:
|
||||
paths:
|
||||
- 'docs/**'
|
||||
- '.github/workflows/docs.deploy.yaml'
|
||||
- 'index.yaml'
|
||||
- 'mkdocs.yml'
|
||||
|
||||
jobs:
|
||||
@@ -20,10 +19,6 @@ jobs:
|
||||
with:
|
||||
token: ${{ secrets.BOT_TOKEN }}
|
||||
|
||||
- name: Copy index.yaml to website
|
||||
run: |
|
||||
yes | cp -rf index.yaml docs/index.yaml || echo "chart-index copy failed, continuing..."
|
||||
|
||||
- name: Deploy docs
|
||||
uses: mhausenblas/mkdocs-deploy-gh-pages@master
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user