Skip to content

Commit

Permalink
refactor(ci): remove unneeded env values
Browse files Browse the repository at this point in the history
  • Loading branch information
Dosugamea committed Jan 19, 2024
1 parent cde3867 commit c015ab8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/nuxtjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ jobs:
- name: Install dependencies
run: pnpm i --frozen-lockfile
- name: Static HTML export with Nuxt
run: pnpm generate --preset=github_pages
env:
NITRO_PRESET: github_pages
run: pnpm generate
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit c015ab8

Please sign in to comment.