Skip to content

Commit

Permalink
restored the copy clause to prevent overwriting of helm index (#375)
Browse files Browse the repository at this point in the history
Signed-off-by: SRIKUMAR VENUGOPAL <srikumarv@ie.ibm.com>
  • Loading branch information
srikumar003 authored Jul 25, 2024
1 parent 51a4bc4 commit da435c8
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,17 @@ jobs:
contents: write
runs-on: ubuntu-latest
steps:
# Ensure we have the gh-pages branch locally
- uses: actions/checkout@v3
with:
ref: gh-pages
# This will check us out back to main
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
with:
python-version: "3.10"
- run: python -m pip install --upgrade pipenv wheel
- run: pipenv update
- run: pipenv run mkdocs gh-deploy
- run: pipenv run mkdocs build
- uses: actions/checkout@v3
with:
ref: gh-pages
path: pages
- run: |
cp -v pages/index.yaml site/
- run: pipenv run ghp-import site -p --force

0 comments on commit da435c8

Please sign in to comment.