Skip to content

Commit

Permalink
fix(action): update nv location
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjdavidson committed Apr 2, 2024
1 parent 46d6fd1 commit 773275e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
name: Build and Release

env:
API_KEY: ${{ secrets.API_KEY }}

on:
workflow_dispatch:
push:
branches:
- main

jobs:
build-and-release:
runs-on: ubuntu-latest

steps:
- name: Checkout project
uses: actions/checkout@v2
Expand All @@ -19,8 +23,6 @@ jobs:
run: npm install
- name: Build project
run: npm run build
env:
API_KEY: ${{ secrets.API_KEY }}
- name: Validate Courses JSON
run: npm run validate:courses
- name: Deploy to Github
Expand Down

0 comments on commit 773275e

Please sign in to comment.