Skip to content

Commit

Permalink
Update examples-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gkjohnson authored Jan 9, 2025
1 parent 1edee5b commit 3d13c89
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/examples-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ on:

jobs:
build:
environment:
name: github-pages

runs-on: ubuntu-latest

Expand All @@ -28,7 +26,8 @@ jobs:
cache: 'npm'
- run: npm ci
- run: echo "TEST"
- run: echo ${{ env.VITE_ION_KEY }}
- run: echo "KEY $VITE_ION_KEY"
- run: echo "SECRET ${{ secrets.VITE_ION_KEY }}"
- run: npm run build-examples
env:
VITE_ION_KEY: ${{ env.VITE_ION_KEY }}
Expand Down

0 comments on commit 3d13c89

Please sign in to comment.