Skip to content

Commit

Permalink
Revert "Attempt to consolidate helm chart publishing actions (project…
Browse files Browse the repository at this point in the history
…-codeflare#65)"

This reverts commit 40911bb.
  • Loading branch information
dgrove-oss committed Sep 17, 2024
1 parent 40911bb commit 6e489d4
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions .github/workflows/release-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ on:
tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10

concurrency:
group: "pages"
cancel-in-progress: false

jobs:
release:
permissions:
Expand Down Expand Up @@ -37,32 +33,3 @@ jobs:
skip_existing: true
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

deploy:
needs: release
permissions:
contents: read
pages: write
id-token: write
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: gh-pages

- name: Setup Pages
uses: actions/configure-pages@v5

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: '.'

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit 6e489d4

Please sign in to comment.