Skip to content

Commit

Permalink
chore: Add NUXT_PUBLIC_SITE_URL to deploy.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Reza Jafar committed May 23, 2024
1 parent 9aee333 commit da17a19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
NUXT_UI_PRO_LICENSE: ${{ secrets.NUXT_UI_PRO_LICENSE }}
NUXT_PUBLIC_STUDIO_API_URL: https://api.nuxt.studio
NUXT_PUBLIC_STUDIO_TOKENS: ${{ secrets.NUXT_PUBLIC_STUDIO_TOKENS }}
NUXT_PUBLIC_SITE_URL: ${{ secrets.NUXT_PUBLIC_SITE_URL }}

- name: Deploy to Netlify
uses: netlify/actions/cli@master
Expand Down

0 comments on commit da17a19

Please sign in to comment.