Skip to content

Commit

Permalink
Update pages.yml
Browse files Browse the repository at this point in the history
use googleAnalyticsId
  • Loading branch information
geekskai authored Sep 18, 2024
1 parent acdc43f commit d545f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
EXPORT: 1
UNOPTIMIZED: 1
BASE_PATH: ${{ steps.configurepages.outputs.base_path }}
NEXT_PUBLIC_GOOGLE_ANALYTICS_ID: ${{ vars.NEXT_PUBLIC_GOOGLE_ANALYTICS_ID }}
NEXT_PUBLIC_GOOGLE_ANALYTICS_ID: ${{ vars.googleAnalyticsId }}
- uses: actions/upload-pages-artifact@v3
with:
path: ./out
Expand Down

0 comments on commit d545f49

Please sign in to comment.