Skip to content

Commit

Permalink
👷 Fix pages build with correct secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckcarpenter committed Mar 22, 2024
1 parent ea0999d commit 0b54c92
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
run: |
pnpm i
pnpm build
env:
PUBLIC_SHEPHERD_PUBLIC_KEY: ${{ secrets.PUBLIC_SHEPHERD_PUBLIC_KEY }}
PUBLIC_SHEPHERD_FRONTEND_API: ${{ secrets.PUBLIC_SHEPHERD_FRONTEND_API }}
- name: Build docs
run: pnpm run docs
- name: Publish site and docs
Expand Down

0 comments on commit 0b54c92

Please sign in to comment.