Skip to content

Commit

Permalink
Merge branch 'master' into frontend-release
Browse files Browse the repository at this point in the history
  • Loading branch information
ndepaola committed Apr 2, 2024
2 parents 9cb65e1 + 3e4b71b commit 8f6d9fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
npx next export
env:
NEXT_PUBLIC_GA_MEASUREMENT_ID: ${{ secrets.NEXT_PUBLIC_GA_MEASUREMENT_ID }}
NEXT_PUBLIC_IMAGE_CDN_URL: ${{ secrets.NEXT_PUBLIC_IMAGE_CDN_URL }}
NEXT_PUBLIC_IMAGE_BUCKET_URL: ${{ secrets.NEXT_PUBLIC_IMAGE_BUCKET_URL }}
NEXT_PUBLIC_IMAGE_WORKER_URL: ${{ secrets.NEXT_PUBLIC_IMAGE_WORKER_URL }}
- name: Publish frontend to GitHub Pages repo
uses: dmnemec/copy_file_to_another_repo_action@main
env:
Expand Down

0 comments on commit 8f6d9fd

Please sign in to comment.