Skip to content

Commit

Permalink
Update static.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fenicento authored Sep 18, 2024
1 parent 9cef2b7 commit 780f79f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:

- name: build
env:
PUBLIC_BASE_PATH: '/${{ github.event.repository.name }}'
PUBLIC_SANITY_PROJECT_ID: '/${{ secrets.PUBLIC_SANITY_PROJECT_ID }}'
PUBLIC_SANITY_DATASET: '/${{ secrets.PUBLIC_SANITY_DATASET }}'
PUBLIC_BASE_PATH: ${{ github.event.repository.name }}
PUBLIC_SANITY_PROJECT_ID: ${{ secrets.PUBLIC_SANITY_PROJECT_ID }}
PUBLIC_SANITY_DATASET: ${{ secrets.PUBLIC_SANITY_DATASET }}'
run: |
pnpm run build
Expand Down

0 comments on commit 780f79f

Please sign in to comment.