Skip to content

Commit

Permalink
Update LP env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
carlagn committed Nov 15, 2024
1 parent 6a81be5 commit 20ca68c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lost-pixel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
- name: Build docs
env:
DOCUSAURUS_POST_HOG_KEY: ${{ secrets.DOCUSAURUS_POST_HOG_KEY }}
ALGOLIA_APP_ID: ${{ secrets.ALGOLIA_APP_ID }}
ALGOLIA_API_KEY: ${{ secrets.ALGOLIA_API_KEY }}
GT_CONTAINER_ID: ${{ secrets.GT_CONTAINER_ID }}
run: npm run clean && npm run build

- name: Start docs
Expand Down

0 comments on commit 20ca68c

Please sign in to comment.