Skip to content

Commit

Permalink
fix: Move ORAMA_PRIVATE_API_KEY env var to sync-search step
Browse files Browse the repository at this point in the history
  • Loading branch information
PaloMiku committed Jan 10, 2025
1 parent c086614 commit 370e2a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ jobs:
- name: Sync search index
run: |
pnpm run sync-search
env:
ORAMA_PRIVATE_API_KEY: ${{ secrets.ORAMA_PRIVATE_API_KEY }}
- name: Generate sitemap
run: |
pnpm run generate-sitemap
env:
ORAMA_PRIVATE_API_KEY: ${{ secrets.ORAMA_PRIVATE_API_KEY }}
- name: Add CNAME
run: |
echo "mx-space.js.org" > out/CNAME
Expand Down

0 comments on commit 370e2a2

Please sign in to comment.