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 Mar 16, 2024
2 parents 1d1c962 + d4015a7 commit 23e82a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ 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 }}
- name: Publish frontend to GitHub Pages repo
uses: dmnemec/copy_file_to_another_repo_action@main
env:
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
NEXT_PUBLIC_IMAGE_CDN_URL: ${{ secrets.NEXT_PUBLIC_IMAGE_CDN_URL }}
with:
source_file: "frontend/out/."
destination_repo: "mpcautofill/mpcautofill.github.io"
Expand Down

0 comments on commit 23e82a6

Please sign in to comment.