Skip to content

Commit

Permalink
chore: debug github action
Browse files Browse the repository at this point in the history
  • Loading branch information
janfrl authored Jan 14, 2025
1 parent 39d868e commit ddc55c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nuxt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
- run: npm install
env:
GIGET_AUTH: ${{ secrets.GIGET_AUTH }}
- run: printenv | grep NUXT_UI_PRO_LICENSE
env:
NUXT_UI_PRO_LICENSE: ${{ secrets.NUXT_UI_PRO_LICENSE }}
- run: npx nuxt build --preset github_pages
env:
GIGET_AUTH: ${{ secrets.GIGET_AUTH }}
Expand Down

0 comments on commit ddc55c1

Please sign in to comment.