Skip to content

Commit

Permalink
Build cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mkly committed Jul 14, 2023
1 parent 8bb97e6 commit 0724577
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Deploy Next.js SSG site
name: Build and Deploy

on:
push:
Expand All @@ -12,6 +12,7 @@ jobs:

env:
NEXT_PUBLIC_HELM_SUITE: ${{ vars.NEXT_PUBLIC_HELM_SUITE }}
NEXT_PUBLIC_HELM_PROXY: ${{ vars.NEXT_PUBLIC_HELM_PROXY }}

runs-on: ubuntu-latest

Expand All @@ -27,8 +28,10 @@ jobs:
- name: Install dependencies
run: npm install

- name: Check Suite
run: echo $NEXT_PUBLIC_HELM_SUITE
- name: Check ENV
run: |
echo $NEXT_PUBLIC_HELM_SUITE
echo $NEXT_PUBLIC_HELM_PROXY
- name: Build Next.js site
run: npm run build
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Build and Deploy](https://github.com/mkly/helm-frontend/actions/workflows/main.yml/badge.svg)](https://github.com/mkly/helm-frontend/actions/workflows/main.yml)

## Getting Started

First, run the development server:
Expand Down

0 comments on commit 0724577

Please sign in to comment.