mirror of
https://ghproxy.com/https://github.com/truecharts/charts.git
synced 2026-07-21 16:20:25 +08:00
Fix Workflows
This commit is contained in:
committed by
kjeld Schouten-Lebbing
parent
eb9bc1ba60
commit
e8414a2e8c
2
.github/workflows/docs.copy.yaml
vendored
2
.github/workflows/docs.copy.yaml
vendored
@@ -22,6 +22,7 @@ on:
|
||||
- './LICENSE'
|
||||
- './NOTICE'
|
||||
- '.github/workflows/docs.copy.yaml'
|
||||
- 'index.yaml'
|
||||
|
||||
jobs:
|
||||
copy:
|
||||
@@ -43,6 +44,7 @@ jobs:
|
||||
|
||||
- name: Copy general readme to website
|
||||
run: |
|
||||
yes | cp -rf index.yaml docs/index.yaml || echo "chart-index copy failed, continuing..."
|
||||
yes | cp -rf .github/README.md docs/about/index.md || echo "readme copy failed, continuing..."
|
||||
yes | cp -rf .github/CODE_OF_CONDUCT docs/about/code_of_conduct.md || echo "CODE_OF_CONDUCT copy failed, continuing..."
|
||||
yes | cp -rf .github/CONTRIBUTING docs/development/contributing.md || echo "CONTRIBUTING copy failed, continuing..."
|
||||
|
||||
Reference in New Issue
Block a user