Skip to content

Commit

Permalink
infra: fix cd deplouy
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonidShv committed Jun 24, 2024
1 parent 494ab39 commit bf2b519
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,7 @@ jobs:
run: npm run lint

- name: Build app
run: npm run build
run: npm run generate

- name: Deploy app
run: npm run deploy
1 change: 1 addition & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
ssr: false,
devtools: { enabled: true },
modules: ["@element-plus/nuxt", "@pinia/nuxt", "@nuxt/image-edge"],
app: {
Expand Down

0 comments on commit bf2b519

Please sign in to comment.