Skip to content

Commit

Permalink
added NITRO_PRESET env variable in hope to fix GHPages
Browse files Browse the repository at this point in the history
  • Loading branch information
CaldeiraG committed Mar 5, 2024
1 parent 2682ca3 commit a296705
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nuxtjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
# Pick your own package manager and build script
- run: npm install
- run: npx nuxt build --preset github_pages
env:
NITRO_PRESET: github_pages
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
Expand Down

0 comments on commit a296705

Please sign in to comment.