Skip to content

Commit

Permalink
fix(ci): Update nuxtjs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Dosugamea authored Jan 18, 2024
1 parent 6906cec commit 658d3c5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/nuxtjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v4
with:
static_site_generator: nuxt
uses: actions/configure-pages@v1
- name: Setup Node
uses: actions/setup-node@v4
with:
Expand All @@ -46,7 +44,7 @@ jobs:
- name: Install dependencies
run: pnpm i --frozen-lockfile
- name: Static HTML export with Nuxt
run: pnpm generate
run: NUXT_APP_CDN_URL=https://dosugamea.github.io/ pnpm generate
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 658d3c5

Please sign in to comment.