Skip to content

Commit

Permalink
fix(helm): add readme to artifacthub
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Jun 30, 2021
1 parent 4e11e2b commit 0d23e6e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,8 @@ jobs:
- name: Add some files
run: |
echo "akhq.io" > docs/CNAME
cp LICENSE docs/LICENSE
cp README.md docs/README.md
cp README.md docs/README
cp artifacthub-repo.yml docs/artifacthub-repo.yml
cp LICENSE helm/akhq/LICENSE
cp README.md helm/akhq/README.md
# Helm charts
- uses: J12934/helm-gh-pages-action@master
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,6 @@ docs/contributors.html
.env
docker-compose.override.yml

## Helm
helm/akhq/README.md
helm/akhq/LICENSE

0 comments on commit 0d23e6e

Please sign in to comment.