Skip to content

Commit

Permalink
test env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
akyriako committed Jul 8, 2024
1 parent 908a249 commit ce7d98f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
branches:
- create-build-workflow # Change this to your default branch if it's different
jobs:
deploy:
build:
runs-on: ubuntu-latest

steps:
Expand All @@ -20,4 +20,8 @@ jobs:

- name: Build site
run: npm run build

- name: Say Hi!
run: |
echo "Typesense host name is: $TYPESENSE_HOST"

0 comments on commit ce7d98f

Please sign in to comment.