Skip to content

Commit

Permalink
Try
Browse files Browse the repository at this point in the history
  • Loading branch information
SleepySquash committed Aug 17, 2022
1 parent 28fd837 commit eef12a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -525,18 +525,13 @@ jobs:
cp -rf .cache/helm/*.tgz helm/
helm repo index helm/ --url=https://${{ github.repository_owner }}.github.io/${{ steps.repo.outputs.group1 }}/helm
git add -v helm/
git checkout --orphan orphan-gh-pages
git add --all
git commit -m 'Release ${{ steps.semver.outputs.group1 }} version of `${{ matrix.chart }}` Helm chart'
git checkout -
git push origin gh-pages
git branch -M orphan-gh-pages gh-pages
git push --force origin gh-pages
if: ${{ steps.skip.outputs.no == 'true' }}

# git checkout --orphan gh-pages
# git add -v helm/
# git commit -m 'Release ${{ steps.semver.outputs.group1 }} version of `${{ matrix.chart }}` Helm chart'
# git push origin --force gh-pages
# git checkout -


#############
# Deploying #
Expand Down
2 changes: 1 addition & 1 deletion helm/nekoui/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: nekoui
description: Sims-inspired tamagotchi with your own Neko.
version: 0.3.0
version: 0.0.0-edge
appVersion: "0.1.0-alpha.1"
type: application
sources:
Expand Down

0 comments on commit eef12a0

Please sign in to comment.