Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
hairyhum committed Apr 18, 2024
1 parent 8cf0d34 commit f35946d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 144 deletions.
64 changes: 0 additions & 64 deletions .github/workflows/docs.yaml

This file was deleted.

22 changes: 11 additions & 11 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,6 @@ jobs:
make package-helm VERSION=${RELEASE_TAG}
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
# - container:
# image: ghcr.io/kanisterio/build:latest
# name: gorelease
# run: |
# docker login https://ghcr.io -u ${{ github.actor }} -p ${{ secrets.GITHUB_TOKEN }}
# ./build/gorelease.sh
- name: gorelease
run: make gorelease
env:
Expand All @@ -65,32 +59,37 @@ jobs:

release_docs_and_charts:
runs-on: ubuntu-latest
needs: release_packages
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
with:
ref: ${{ inputs.release_tag }}
- uses: pnpm/action-setup@v3
- name: Setup pnpm
uses: pnpm/action-setup@v3
with:
run_install: false
package_json_file: docs_new/package.json
version: 8
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Install dependencies
run: pnpm install
working-directory: ./docs_new
- name: Build with VitePress
run: pnpm docs:build
working-directory: ./docs_new
- name: download helm helm
uses: actions/download-artifact@v4
with:
name: helm-index
path: docs/.vitepress/dist/helm_charts/
path: docs_new/.vitepress/dist/helm_charts/
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: docs/.vitepress/dist
path: docs_new/.vitepress/dist

publish_docs_and_charts:
needs: release_docs_and_charts
Expand All @@ -112,6 +111,7 @@ jobs:
id: deployment
uses: actions/deploy-pages@v4 # or specific "vX.X.X" version tag for this action

## FIXME
# release_example_docker_images:
# needs: release_packages
# steps:
Expand Down
69 changes: 0 additions & 69 deletions .github/workflows/test.yaml

This file was deleted.

0 comments on commit f35946d

Please sign in to comment.