Skip to content

Commit

Permalink
Merge pull request #24 from harmonydata/staging
Browse files Browse the repository at this point in the history
added npm install to build and deploy as well as enabled CI
  • Loading branch information
ronnyTodgers authored May 31, 2024
2 parents a835905 + d5d9edb commit 4a25f0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@

name: Build and Deploy Release branch to GH pages


# after the next release this should be updated to true
env:
CI: false
CI: true

on:
push:
Expand All @@ -27,6 +26,7 @@ jobs:
with:
node-version: "18.x"
cache: "npm"
- run: npm install
- run: npm ci
- run: npm run build --if-present
# - run: npm test
Expand Down

0 comments on commit 4a25f0d

Please sign in to comment.