Skip to content

Commit

Permalink
chore: move gh pages to last step
Browse files Browse the repository at this point in the history
  • Loading branch information
mentlak0 committed Jul 11, 2023
1 parent 445e2ea commit e7062f9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ jobs:
uses: actions/checkout@v3
with:
token: ${{ secrets.ACCESS_TOKEN }}

- uses: J12934/helm-gh-pages-action@master
with:
access-token: ${{ secrets.ACCESS_TOKEN }}
charts-folder: "charts"
deploy-branch: "gh-pages"

- name: next release version
id: nextversion
Expand All @@ -36,3 +30,9 @@ jobs:
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: 'chore: update Chart.yaml'

- uses: J12934/helm-gh-pages-action@master
with:
access-token: ${{ secrets.ACCESS_TOKEN }}
charts-folder: "charts"
deploy-branch: "gh-pages"

0 comments on commit e7062f9

Please sign in to comment.